summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* The real 0.2.3 releaselibproxy-0.2.3npmccallum2008-06-0528-699/+840
|
* 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
|
* Better GNOME detection; don't use GDK anymore; cache GConf connectionnpmccallum2007-11-072-33/+23
|
* fix crashernpmccallum2007-11-071-1/+1
|
* initial skeleton of file pluginnpmccallum2007-11-072-1/+63
|
* first stab at the networkmanager pluginnpmccallum2007-11-054-14/+205
|
* fix various warningsnpmccallum2007-11-033-3/+5
|
* implement configuration file for proxy lockdownnpmccallum2007-11-034-32/+106
|
* actually build/install python bindings if applicablenpmccallum2007-11-033-4/+14
|
* Add first stab at dotnet bindingsnpmccallum2007-11-033-1/+82
|
* Add proper header to plugin filesnpmccallum2007-11-023-0/+57
|