Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | lots of windows compilation fixes | npmccallum | 2009-05-19 | 7 | -18/+73 | |
| | ||||||
* | add username/password support to pxURL | npmccallum | 2009-05-19 | 2 | -12/+60 | |
| | ||||||
* | Fix build for BSD. Same as we do in other source files | dominique.leuenberger | 2009-05-16 | 1 | -1/+1 | |
| | ||||||
* | a bunch of misc cleanup | npmccallum | 2009-05-15 | 1 | -74/+67 | |
| | ||||||
* | fix assertion warning | npmccallum | 2009-05-15 | 1 | -2/+2 | |
| | ||||||
* | don't lock, just free | npmccallum | 2009-05-15 | 1 | -1/+0 | |
| | ||||||
* | fix crasher in new gnome plugin | npmccallum | 2009-05-15 | 1 | -2/+0 | |
| | ||||||
* | gnome plugin rewrite | npmccallum | 2009-05-12 | 1 | -44/+198 | |
| | ||||||
* | Fix remaining #include <netinet/in.h> for other platforms than Linux. | dominique.leuenberger | 2009-05-12 | 2 | -0/+2 | |
| | | | | Solves issue #46 - thanks to Alexis Ballier | |||||
* | pac on file:// urls: fstat could actually fail) | dominique.leuenberger | 2009-03-24 | 1 | -1/+1 | |
| | ||||||
* | Allow loading of PAC files from a file:// URL | dominique.leuenberger | 2009-03-24 | 2 | -28/+46 | |
| | | | | includes a test for the test-suite for this, incl. a test pac-file. | |||||
* | added support for PX_PLUGIN_BLACKLIST | npmccallum | 2009-03-19 | 1 | -0/+13 | |
| | ||||||
* | move all wpad code into plugins, there is probably some breakage here... | npmccallum | 2009-03-19 | 15 | -710/+319 | |
| | ||||||
* | change the way libproxy informs about issues: | dominique.leuenberger | 2009-03-18 | 1 | -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 GNOME | npmccallum | 2009-03-17 | 1 | -1/+1 | |
| | ||||||
* | fix segfault on px_strsplit on empty strings. fixes issue #40 | dominique.leuenberger | 2009-03-17 | 2 | -1/+4 | |
| | ||||||
* | do not link bin/proxy with libdl - issue #37 | dominique.leuenberger | 2009-03-16 | 1 | -1/+0 | |
| | ||||||
* | make it so that webkit will actually run instead of crash libproxy | npmccallum | 2009-03-15 | 1 | -1/+2 | |
| | ||||||
* | make it so that mozjs will actually run instead of crash libproxy | npmccallum | 2009-03-15 | 1 | -0/+1 | |
| | ||||||
* | fix a simple crasher in the plugin_manager | npmccallum | 2009-03-15 | 2 | -1/+1 | |
| | ||||||
* | fix a memory leak | npmccallum | 2009-03-15 | 1 | -1/+1 | |
| | ||||||
* | finish ignores by adding in ignore_ip plugin | npmccallum | 2009-03-15 | 2 | -1/+215 | |
| | ||||||
* | take out the debug line | npmccallum | 2009-03-15 | 1 | -1/+0 | |
| | ||||||
* | re-insert the first half of the ignore code, but as a plugin | npmccallum | 2009-03-15 | 4 | -3/+108 | |
| | ||||||
* | here is the big PluginManager rewrite, expect breakage... | npmccallum | 2009-03-15 | 27 | -955/+1453 | |
| | ||||||
* | Include netinet/in.h, which is auto-included on Linux, but not on BSD for ↵ | dominique.leuenberger | 2009-03-12 | 2 | -0/+2 | |
| | | | | example. Fixes point 3 of issue#37 | |||||
* | Mark the declarations as extern "C" in case we're included by a C++ | dominique.leuenberger | 2009-03-11 | 1 | -0/+9 | |
| | | | | | | | application. Fixes issue #36 | |||||
* | Set buffer to \0 after malloc to be sure strings always end with \0 | dominique.leuenberger | 2009-02-25 | 1 | -0/+1 | |
| | | | | Fixed issue #29 | |||||
* | fix Issue 28: major bugfixes to array.c and strdict.c | dominique.leuenberger | 2009-02-10 | 2 | -9/+11 | |
| | ||||||
* | Let's use SOCKS5 for curlget sample (same as NEON does) (closes #13) | dominique.leuenberger | 2009-01-27 | 1 | -1/+1 | |
| | ||||||
* | Bail out in case curl_global_init fails | dominique.leuenberger | 2008-11-12 | 1 | -1/+1 | |
| | ||||||
* | Adjust the copyright header of the libcurl sample program | dominique.leuenberger | 2008-11-12 | 1 | -5/+19 | |
| | ||||||
* | Spellchecking, according issue #17. | dominique.leuenberger | 2008-11-12 | 2 | -5/+5 | |
| | ||||||
* | make envvar read ftp and https envvars if needed | npmccallum | 2008-10-25 | 1 | -1/+15 | |
| | ||||||
* | make the gnome plugin use per-scheme proxy settings | npmccallum | 2008-10-25 | 1 | -3/+20 | |
| | ||||||
* | Add pxURL to the pxConfig callback, this allows config to be determined ↵ | npmccallum | 2008-10-25 | 6 | -163/+158 | |
| | | | | based on the URL. | |||||
* | use the macro instead of a direct reference to a private member | npmccallum | 2008-10-24 | 1 | -1/+1 | |
| | ||||||
* | make the cidr ignore pattern actually work | npmccallum | 2008-10-24 | 1 | -19/+16 | |
| | ||||||
* | Fix netmask checking | dominique.leuenberger | 2008-10-22 | 1 | -1/+1 | |
| | ||||||
* | add cidr ignore implementation | npmccallum | 2008-10-22 | 1 | -3/+26 | |
| | ||||||
* | Report if we could not fetch the url | dominique.leuenberger | 2008-10-20 | 1 | -0/+7 | |
| | ||||||
* | curlget.c: make sure all proxies are freed | npmccallum | 2008-10-20 | 1 | -16/+16 | |
| | ||||||
* | curlget.c: more work on curl sample | npmccallum | 2008-10-20 | 1 | -22/+56 | |
| | ||||||
* | Only set the url a single time | dominique.leuenberger | 2008-10-20 | 1 | -1/+1 | |
| | ||||||
* | Ups.. this was a temporary strace remainder | dominique.leuenberger | 2008-10-20 | 1 | -10363/+0 | |
| | ||||||
* | A reference implementation of libproxy together with libcurl | dominique.leuenberger | 2008-10-20 | 3 | -0/+10428 | |
| | ||||||
* | networkmanager.c: make sure on_proxy_factory_instantiate() return something | npmccallum | 2008-10-20 | 1 | -1/+1 | |
| | ||||||
* | fix python binding documentation | npmccallum | 2008-10-18 | 1 | -4/+30 | |
| | ||||||
* | added performance documentation | npmccallum | 2008-10-18 | 2 | -2/+44 | |
| | ||||||
* | Add possibility to prioritize loading of plugins. | dominique.leuenberger | 2008-10-16 | 1 | -1/+30 | |
| |