Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Patch by Dan Winship | dominique.leuenberger | 2008-10-06 | 1 | -1/+1 | |
| | | | | | | Prototype not strictly defined, thus giving warnings when compiling an app that depends on libproxy using -Wstrict-prototypes | |||||
* | Patch by Dan Winship; | dominique.leuenberger | 2008-10-06 | 2 | -19/+28 | |
| | | | | | | cleanup of memory allocator / free pairs g_malloc -> g_free mallox -> free | |||||
* | Fix issue#6: Also add the port number to url calls | dominique.leuenberger | 2008-10-06 | 1 | -0/+2 | |
| | | | | (for pac/wpad) if the destination is only an IP-Address. | |||||
* | Change the prototype of px_readline to follow the code | dominique.leuenberger | 2008-10-04 | 1 | -1/+1 | |
| | | | | modifications. | |||||
* | Fixups as instructed by Nathanael. | dominique.leuenberger | 2008-09-29 | 1 | -24/+30 | |
| | ||||||
* | Don't be verbose on output, as script isability would be broken | dominique.leuenberger | 2008-09-28 | 1 | -8/+11 | |
| | | | | fix comments to be C89 style. | |||||
* | Changed proxy test program to support interactive mode and command line | dominique.leuenberger | 2008-09-28 | 1 | -19/+35 | |
| | | | | | mode. In interactive mode, the program is a bit more verbose, so it does not just look like a hanging task. | |||||
* | Implement a better (recursive) readline method that doesn't crash in some ↵ | npmccallum | 2008-07-08 | 4 | -47/+61 | |
| | | | | situations | |||||
* | Fix a crasher due to wrong value type | npmccallum | 2008-07-08 | 1 | -1/+1 | |
| | ||||||
* | merge in the changes from the 0.2.2 -> 0.2.3 release period | npmccallum | 2008-06-06 | 3 | -74/+334 | |
| | ||||||
* | Fix dlopen() on newer systems that enforce the presence of the RTLD_NOW flag | npmccallum | 2008-06-03 | 1 | -1/+1 | |
| | ||||||
* | specify that get_proxies() will always return an array with one entry | npmccallum | 2008-04-10 | 2 | -0/+5 | |
| | ||||||
* | Documenting the commands ran to make this work: | jeffschroed | 2008-01-10 | 2 | -10/+1 | |
| | | | | | | | | svn merge branches/jeff-dev/src/bin/proxy.c trunk/src/bin/proxy.c -r164:HEAD svn merge branches/jeff-dev/src/bindings/python/ trunk/src/bindings/python/ -r164:HEAD Taking the strdup removal and python bindings check from my branch and merging it back into trunk. Next step is to rebase my branch back with trunk | |||||
* | Convert all comments over to C89 style closing issue 2 | jeffschroed | 2008-01-08 | 13 | -181/+193 | |
| | ||||||
* | converted on_get_proxies to use pxArray | npmccallum | 2007-12-27 | 3 | -75/+29 | |
| | ||||||
* | converted pxProxyFactory plugins to use pxArray | npmccallum | 2007-12-27 | 1 | -37/+22 | |
| | ||||||
* | convert pxProxyFactory misc to use pxStrDict | npmccallum | 2007-12-27 | 1 | -86/+10 | |
| | ||||||
* | convert pxConfigFile to use pxStrDict | npmccallum | 2007-12-27 | 2 | -123/+19 | |
| | ||||||
* | added the array and strdict objects | npmccallum | 2007-12-27 | 5 | -0/+337 | |
| | ||||||
* | delete the slp.h file I forgot in the previous commit | npmccallum | 2007-12-27 | 1 | -52/+0 | |
| | ||||||
* | move the wpad files to have the wpad_ prefix | npmccallum | 2007-12-27 | 9 | -11/+70 | |
| | ||||||
* | make configure check for pthread, actually link against it | npmccallum | 2007-12-21 | 1 | -1/+1 | |
| | ||||||
* | added pthread support | npmccallum | 2007-12-21 | 2 | -9/+18 | |
| | ||||||
* | fix python bindings: px_proxy_factory_get_proxy() -> ↵ | npmccallum | 2007-12-20 | 1 | -3/+3 | |
| | | | | px_proxy_factory_get_proxies() | |||||
* | move x_has_client() out of gnome/kde into its own file | npmccallum | 2007-12-14 | 4 | -172/+101 | |
| | ||||||
* | Makefile changes to make distcheck work | npmccallum | 2007-12-13 | 3 | -9/+11 | |
| | ||||||
* | relicense under LGPLv2.1 for maximum compatibility | npmccallum | 2007-12-13 | 28 | -29/+29 | |
| | ||||||
* | natively code the xlsclients stuff; sacrifice application re-homing for ↵ | npmccallum | 2007-12-13 | 3 | -51/+193 | |
| | | | | MASSIVE performance gain | |||||
* | found the bottleneck... its where we shell out for xlsclients. Added a TODO ↵ | npmccallum | 2007-12-12 | 2 | -0/+2 | |
| | | | | to fix this. | |||||
* | added px_config_create(); implemented ignores for: envvar, file and gnome. ↵ | npmccallum | 2007-12-12 | 7 | -51/+68 | |
| | | | | TODO: kde | |||||
* | fix crasher | npmccallum | 2007-12-12 | 1 | -1/+1 | |
| | ||||||
* | reworked IP handling so that ignores could be implemented | npmccallum | 2007-12-12 | 10 | -390/+367 | |
| | ||||||
* | make proxy program more self-documenting; don't use internal api | npmccallum | 2007-12-07 | 1 | -6/+59 | |
| | ||||||
* | cleanup proxy command for readability | npmccallum | 2007-12-07 | 1 | -7/+6 | |
| | ||||||
* | px_proxy_factory_get_proxy -> px_proxy_factory_get_proxies: reflects more ↵ | npmccallum | 2007-12-07 | 3 | -3/+3 | |
| | | | | accurately what is actually returned | |||||
* | undo ltdl support, we'll handle this differently | npmccallum | 2007-12-07 | 2 | -12/+8 | |
| | ||||||
* | fix memory leak | npmccallum | 2007-11-23 | 1 | -2/+3 | |
| | ||||||
* | migrated to ltdl | npmccallum | 2007-11-21 | 2 | -8/+12 | |
| | ||||||
* | new kde plugin; reworked plugin building | npmccallum | 2007-11-21 | 3 | -10/+137 | |
| | ||||||
* | actually store the config file | npmccallum | 2007-11-21 | 1 | -0/+3 | |
| | ||||||
* | make dns WPAD a bit more robust | npmccallum | 2007-11-20 | 1 | -2/+12 | |
| | ||||||
* | fix crasher | npmccallum | 2007-11-20 | 1 | -1/+3 | |
| | ||||||
* | convert get_proxy() to use config_file; fix memory leak | npmccallum | 2007-11-20 | 2 | -50/+21 | |
| | ||||||
* | fix SYSCONFDIR reference | npmccallum | 2007-11-20 | 1 | -1/+1 | |
| | ||||||
* | Added config file class, use it for the file plugin; misc.c fixes | npmccallum | 2007-11-20 | 6 | -9/+311 | |
| | ||||||
* | Created stub for _ignore | kippled | 2007-11-16 | 1 | -0/+21 | |
| | ||||||
* | make networkmanager plugin actually work | npmccallum | 2007-11-07 | 1 | -5/+12 | |
| | ||||||
* | crashers, memory leaks and const fixes; oh my! | npmccallum | 2007-11-07 | 2 | -21/+32 | |
| | ||||||
* | make grep quiet; unset client from misc | npmccallum | 2007-11-07 | 1 | -1/+4 | |
| | ||||||
* | fix crasher | npmccallum | 2007-11-07 | 1 | -1/+1 | |
| |