summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* lots of windows compilation fixesnpmccallum2009-05-197-18/+73
|
* add username/password support to pxURLnpmccallum2009-05-192-12/+60
|
* Fix build for BSD. Same as we do in other source filesdominique.leuenberger2009-05-161-1/+1
|
* a bunch of misc cleanupnpmccallum2009-05-151-74/+67
|
* fix assertion warningnpmccallum2009-05-151-2/+2
|
* don't lock, just freenpmccallum2009-05-151-1/+0
|
* fix crasher in new gnome pluginnpmccallum2009-05-151-2/+0
|
* gnome plugin rewritenpmccallum2009-05-121-44/+198
|
* Fix remaining #include <netinet/in.h> for other platforms than Linux.dominique.leuenberger2009-05-122-0/+2
| | | | Solves issue #46 - thanks to Alexis Ballier
* pac on file:// urls: fstat could actually fail)dominique.leuenberger2009-03-241-1/+1
|
* Allow loading of PAC files from a file:// URLdominique.leuenberger2009-03-242-28/+46
| | | | includes a test for the test-suite for this, incl. a test pac-file.
* added support for PX_PLUGIN_BLACKLISTnpmccallum2009-03-191-0/+13
|
* move all wpad code into plugins, there is probably some breakage here...npmccallum2009-03-1915-710/+319
|
* change the way libproxy informs about issues:dominique.leuenberger2009-03-181-10/+6
| | | | | | | | | | | - Remove the message in case no configuration was found and wpad also did not succeed. This is a very typical configuration that should not cause any error messages - The remaining messages (mainly PAC URL error, or PAC configured/found, but no PAC runner are prepended with libproxy: to indicate who creates the message. This solves issue #42
* added gnome-settings-daemon to the detection list for GNOMEnpmccallum2009-03-171-1/+1
|
* fix segfault on px_strsplit on empty strings. fixes issue #40dominique.leuenberger2009-03-172-1/+4
|
* do not link bin/proxy with libdl - issue #37dominique.leuenberger2009-03-161-1/+0
|
* make it so that webkit will actually run instead of crash libproxynpmccallum2009-03-151-1/+2
|
* make it so that mozjs will actually run instead of crash libproxynpmccallum2009-03-151-0/+1
|
* fix a simple crasher in the plugin_managernpmccallum2009-03-152-1/+1
|
* fix a memory leaknpmccallum2009-03-151-1/+1
|
* finish ignores by adding in ignore_ip pluginnpmccallum2009-03-152-1/+215
|
* take out the debug linenpmccallum2009-03-151-1/+0
|
* re-insert the first half of the ignore code, but as a pluginnpmccallum2009-03-154-3/+108
|
* here is the big PluginManager rewrite, expect breakage...npmccallum2009-03-1527-955/+1453
|
* Include netinet/in.h, which is auto-included on Linux, but not on BSD for ↵dominique.leuenberger2009-03-122-0/+2
| | | | example. Fixes point 3 of issue#37
* Mark the declarations as extern "C" in case we're included by a C++dominique.leuenberger2009-03-111-0/+9
| | | | | | | application. Fixes issue #36
* Set buffer to \0 after malloc to be sure strings always end with \0dominique.leuenberger2009-02-251-0/+1
| | | | Fixed issue #29
* fix Issue 28: major bugfixes to array.c and strdict.cdominique.leuenberger2009-02-102-9/+11
|
* Let's use SOCKS5 for curlget sample (same as NEON does) (closes #13)dominique.leuenberger2009-01-271-1/+1
|
* Bail out in case curl_global_init failsdominique.leuenberger2008-11-121-1/+1
|
* Adjust the copyright header of the libcurl sample programdominique.leuenberger2008-11-121-5/+19
|
* Spellchecking, according issue #17.dominique.leuenberger2008-11-122-5/+5
|
* make envvar read ftp and https envvars if needednpmccallum2008-10-251-1/+15
|
* make the gnome plugin use per-scheme proxy settingsnpmccallum2008-10-251-3/+20
|
* Add pxURL to the pxConfig callback, this allows config to be determined ↵npmccallum2008-10-256-163/+158
| | | | based on the URL.
* use the macro instead of a direct reference to a private membernpmccallum2008-10-241-1/+1
|
* make the cidr ignore pattern actually worknpmccallum2008-10-241-19/+16
|
* Fix netmask checkingdominique.leuenberger2008-10-221-1/+1
|
* add cidr ignore implementationnpmccallum2008-10-221-3/+26
|
* Report if we could not fetch the urldominique.leuenberger2008-10-201-0/+7
|
* curlget.c: make sure all proxies are freednpmccallum2008-10-201-16/+16
|
* curlget.c: more work on curl samplenpmccallum2008-10-201-22/+56
|
* Only set the url a single timedominique.leuenberger2008-10-201-1/+1
|
* Ups.. this was a temporary strace remainderdominique.leuenberger2008-10-201-10363/+0
|
* A reference implementation of libproxy together with libcurldominique.leuenberger2008-10-203-0/+10428
|
* networkmanager.c: make sure on_proxy_factory_instantiate() return somethingnpmccallum2008-10-201-1/+1
|
* fix python binding documentationnpmccallum2008-10-181-4/+30
|
* added performance documentationnpmccallum2008-10-182-2/+44
|
* Add possibility to prioritize loading of plugins.dominique.leuenberger2008-10-161-1/+30
|