summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* The real 0.2.3 releaselibproxy-0.2.3npmccallum2008-06-0523-609/+492
* 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
* Convert all comments over to C89 style closing issue 2jeffschroed2008-01-0812-169/+179
* converted on_get_proxies to use pxArraynpmccallum2007-12-272-73/+27
* 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
* relicense under LGPLv2.1 for maximum compatibilitynpmccallum2007-12-1319-19/+19
* added px_config_create(); implemented ignores for: envvar, file and gnome. T...npmccallum2007-12-123-9/+24
* fix crashernpmccallum2007-12-121-1/+1
* reworked IP handling so that ignores could be implementednpmccallum2007-12-128-369/+333
* px_proxy_factory_get_proxy -> px_proxy_factory_get_proxies: reflects more acc...npmccallum2007-12-072-2/+2
* 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
* 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
* Added config file class, use it for the file plugin; misc.c fixesnpmccallum2007-11-205-5/+282
* Created stub for _ignorekippled2007-11-161-0/+21
* crashers, memory leaks and const fixes; oh my!npmccallum2007-11-072-21/+32
* fix crashernpmccallum2007-11-071-1/+1
* fix crashernpmccallum2007-11-071-1/+1
* first stab at the networkmanager pluginnpmccallum2007-11-052-1/+91
* fix various warningsnpmccallum2007-11-031-1/+1
* implement configuration file for proxy lockdownnpmccallum2007-11-034-32/+106
* oops! set license to LGPLv3, re-release 0.1npmccallum2007-10-3119-19/+19
* released 0.1, minor changesnpmccallum2007-10-311-0/+1
* memory leak fixes, validate input from config pluginsnpmccallum2007-10-312-9/+38
* crasher fixnpmccallum2007-10-171-2/+4
* initial stab at a gconf plugin (works) ; more crasher fixesnpmccallum2007-10-172-3/+3
* added documentation and px_proxy_factory_network_changed()npmccallum2007-10-163-1/+65
* a working pac runner (mozjs)npmccallum2007-10-164-11/+12
* crasher fixesnpmccallum2007-10-165-20/+21
* first stab at pf.get_proxy(...)npmccallum2007-10-158-110/+424
* major rework of tree structure; import from libwpadnpmccallum2007-10-1120-0/+2226