summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch by Dan Winshipdominique.leuenberger2008-10-061-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.leuenberger2008-10-062-19/+28
| | | | | | cleanup of memory allocator / free pairs g_malloc -> g_free mallox -> free
* Fix issue#6: Also add the port number to url callsdominique.leuenberger2008-10-061-0/+2
| | | | (for pac/wpad) if the destination is only an IP-Address.
* Change the prototype of px_readline to follow the codedominique.leuenberger2008-10-041-1/+1
| | | | modifications.
* Fixups as instructed by Nathanael.dominique.leuenberger2008-09-291-24/+30
|
* Don't be verbose on output, as script isability would be brokendominique.leuenberger2008-09-281-8/+11
| | | | fix comments to be C89 style.
* Changed proxy test program to support interactive mode and command linedominique.leuenberger2008-09-281-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 ↵npmccallum2008-07-084-47/+61
| | | | situations
* Fix a crasher due to wrong value typenpmccallum2008-07-081-1/+1
|
* merge in the changes from the 0.2.2 -> 0.2.3 release periodnpmccallum2008-06-063-74/+334
|
* Fix dlopen() on newer systems that enforce the presence of the RTLD_NOW flagnpmccallum2008-06-031-1/+1
|
* specify that get_proxies() will always return an array with one entrynpmccallum2008-04-102-0/+5
|
* Documenting the commands ran to make this work:jeffschroed2008-01-102-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 2jeffschroed2008-01-0813-181/+193
|
* converted on_get_proxies to use pxArraynpmccallum2007-12-273-75/+29
|
* converted pxProxyFactory plugins to use pxArraynpmccallum2007-12-271-37/+22
|
* convert pxProxyFactory misc to use pxStrDictnpmccallum2007-12-271-86/+10
|
* convert pxConfigFile to use pxStrDictnpmccallum2007-12-272-123/+19
|
* added the array and strdict objectsnpmccallum2007-12-275-0/+337
|
* delete the slp.h file I forgot in the previous commitnpmccallum2007-12-271-52/+0
|
* move the wpad files to have the wpad_ prefixnpmccallum2007-12-279-11/+70
|
* make configure check for pthread, actually link against itnpmccallum2007-12-211-1/+1
|
* added pthread supportnpmccallum2007-12-212-9/+18
|
* fix python bindings: px_proxy_factory_get_proxy() -> ↵npmccallum2007-12-201-3/+3
| | | | px_proxy_factory_get_proxies()
* move x_has_client() out of gnome/kde into its own filenpmccallum2007-12-144-172/+101
|
* Makefile changes to make distcheck worknpmccallum2007-12-133-9/+11
|
* relicense under LGPLv2.1 for maximum compatibilitynpmccallum2007-12-1328-29/+29
|
* natively code the xlsclients stuff; sacrifice application re-homing for ↵npmccallum2007-12-133-51/+193
| | | | MASSIVE performance gain
* found the bottleneck... its where we shell out for xlsclients. Added a TODO ↵npmccallum2007-12-122-0/+2
| | | | to fix this.
* added px_config_create(); implemented ignores for: envvar, file and gnome. ↵npmccallum2007-12-127-51/+68
| | | | TODO: kde
* fix crashernpmccallum2007-12-121-1/+1
|
* reworked IP handling so that ignores could be implementednpmccallum2007-12-1210-390/+367
|
* make proxy program more self-documenting; don't use internal apinpmccallum2007-12-071-6/+59
|
* cleanup proxy command for readabilitynpmccallum2007-12-071-7/+6
|
* px_proxy_factory_get_proxy -> px_proxy_factory_get_proxies: reflects more ↵npmccallum2007-12-073-3/+3
| | | | accurately what is actually returned
* undo ltdl support, we'll handle this differentlynpmccallum2007-12-072-12/+8
|
* fix memory leaknpmccallum2007-11-231-2/+3
|
* migrated to ltdlnpmccallum2007-11-212-8/+12
|
* new kde plugin; reworked plugin buildingnpmccallum2007-11-213-10/+137
|
* actually store the config filenpmccallum2007-11-211-0/+3
|
* make dns WPAD a bit more robustnpmccallum2007-11-201-2/+12
|
* fix crashernpmccallum2007-11-201-1/+3
|
* convert get_proxy() to use config_file; fix memory leaknpmccallum2007-11-202-50/+21
|
* fix SYSCONFDIR referencenpmccallum2007-11-201-1/+1
|
* Added config file class, use it for the file plugin; misc.c fixesnpmccallum2007-11-206-9/+311
|
* Created stub for _ignorekippled2007-11-161-0/+21
|
* make networkmanager plugin actually worknpmccallum2007-11-071-5/+12
|
* crashers, memory leaks and const fixes; oh my!npmccallum2007-11-072-21/+32
|
* make grep quiet; unset client from miscnpmccallum2007-11-071-1/+4
|
* fix crashernpmccallum2007-11-071-1/+1
|