2012-07-27 |
Fabian Keil | Implement the client-header-order directive |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Fabian Keil | In serve(), log the client socket and its condition... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Fabian Keil | Add debug_level_is_enabled() |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Fabian Keil | Block rotation.linuxnewmedia.com/ |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Fabian Keil | Block reklamy.sfd.pl/ |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Revert 1.381 which wasn't a style change after all |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Add #105: Add support for socks authentication. |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Add test URLs for .freebsd.org and .watson.org |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Unblock .urbandictionary.com/popular |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Block requests to .adnxs.com/ |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Block farm.plista.com/widgetdata.php |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Update copyright range |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | In ssplit(), assert() that the last substring already... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Use an enum to replace a couple of magic numbers in... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Remove two pointless casts in ssplit() |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Relocate a comment in ssplit() |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Bump copyright year |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Start using malloc_or_die() |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Add malloc_or_die() which will allow to simplify code... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Merge two if conditions in main() |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Bump copyright to 2012 |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Properly highlight the new log messages from get_reques... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Replace strdup() calls with strdup_or_die() calls were... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Fabian Keil | Do not confuse a client hanging up with a connection... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Fabian Keil | Fix a clang warning about integers and enums being... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Fabian Keil | Update Junkbuster-related FAQ sections |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Fabian Keil | junkbusters.com has been shut down, update the history... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Fabian Keil | Remove two links to junkbusters.com which is no longer... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Fabian Keil | Prevent the CVS substitution in the generated example... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Fabian Keil | Remove pointless 'debugging support' in ssplit() |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Fabian Keil | Shorten ssplit()'s prototype by removing the last two... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Fabian Keil | Let load_one_actions_file() use ssplit() like every... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Fabian Keil | Remove an unreasonable parameter limit in parse_cgi_par... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Fabian Keil | Catch ssplit() failures in parse_cgi_parameters() |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Fabian Keil | Add #104: The code to modify global_toggle_state should... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Fabian Keil | Remove debug code that crept in with the previous ... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Fabian Keil | Finish the previous commit, the added comment wasn... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Fabian Keil | In OnLogCommand(), leverage TIMER_ANIMSTOP_ID to set... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Fabian Keil | Remove a duplicated 'the' |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fabian Keil | Fix lyrics in LogWindowProc() |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fabian Keil | Declare pcrs_get_delimiter()'s delimiters[] static... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fabian Keil | In pcrs_get_delimiter(), do not use delimiters ouside... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fabian Keil | Cleanup variable initialization in print_non_clf_message() |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fabian Keil | Shift subroutine arguments more consistently |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fabian Keil | Change a two-argument open() call to use three arguments |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fabian Keil | Change a couple of two-argument open() calls to use... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fabian Keil | Remove a superfluous comment in OnLogCommand() |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fabian Keil | Merge two log_error() calls in OnLogCommand() |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fabian Keil | Remove dead code in SetIdleIcon() |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fabian Keil | Accept a socket-timeout value of 0 seconds. |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fabian Keil | Accept a default-server-timeout of 0. It's the default... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Fabian Keil | Unblock '/.*Bugtracker' |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Fabian Keil | Log to STDOUT instead of STDERR |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Fabian Keil | Reduce the likelihood that the google filter messes... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Fabian Keil | Remove an obsolete newstuff marker |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Fabian Keil | Fix an URL in the "Privoxy with Tor" FAQ |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Fabian Keil | Use another client-header-tagger{} example: disable... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Fabian Keil | Add #103: Potential performance improvement for large... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Fabian Keil | Tests with mostly invalid range request |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Fabian Keil | Bump copyright and note that the tests now require... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Fabian Keil | Additional tests for range requests with filtering... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Fabian Keil | In client_range(), let headers pass if the range starts... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Fabian Keil | We use XXX not FIXME |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Fabian Keil | Remove bogus section about long and short being prefera... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Fabian Keil | Adjust whitespace in examples to be closer to our style |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Fabian Keil | IJB is dead, long live Privoxy |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Fabian Keil | The redhat-dok target no longer exists so there's no... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Fabian Keil | We no longer build PDFs so stop pretending |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Fabian Keil | Comment out references to multiple branches |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Fabian Keil | Bump copyright date |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Fabian Keil | Update the list of supported operating systems |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Fabian Keil | Multiple listen-address directives are supported since... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Fabian Keil | Add missing spaces in the listen-address section |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Fabian Keil | Untabify |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Fabian Keil | Update an error message that still tried to print direc... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Fabian Keil | Change RA_MODE from 0664 to 0644 |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Fabian Keil | Add a referer tagger |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Fabian Keil | Add #102: Add an include directive to split the config... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Fabian Keil | Rebuilt HTML for 3.0.20 UNRELEASED with Ian's recent... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Fabian Keil | Do not let the dok-tidy target taint the docs with... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Fabian Keil | Bump entities to 3.0.20 UNRELEASED |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Fabian Keil | Fix a typo in the no-zlib-support complaint |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Fabian Keil | Fix an error message in get_last_url() nobody is suppos... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Fabian Keil | Bump version to 1.2.1 |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Fabian Keil | Bump generated Firefox version to 10.0.3 |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Ian Silvester | Brought OS X section up to date, deprecating the osxset... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Ian Silvester | Added OS X testers to documentation |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Ian Silvester | Updated user manual to refer to both packaged and sourc... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Fabian Keil | Accept and highlight: Stopping to watch the client... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Fabian Keil | Accept and highlight: Stopping to watch the client... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Fabian Keil | When stopping to watch a client socket due to pipelinin... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Fabian Keil | In case of SOCKS5 failures, do not explicitly log the... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Fabian Keil | Relocate two parentheses I misplaced in the previous... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Fabian Keil | Unwrap a memcpy() call in resolve_hostname_to_ip() |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Fabian Keil | Add some parentheses. No intended functional change. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Fabian Keil | Follow-up fixes for the previous white-space changes |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Fabian Keil | Add missing white-space behind if's and the following... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Fabian Keil | Fix white-space around parentheses |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Fabian Keil | Add #101: Forward known client headers in a predefined... |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Fabian Keil | Unblock adjamblog.wordpress.com/ and adjamblog.files... |
commit | commitdiff | tree | snapshot |
next |