summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagging libproxy 0.2.2 for release. Commit to this taglibproxy-0.2.2jeffschroed2008-01-0927-635/+512
* 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-212-1/+5
* added pthread supportnpmccallum2007-12-212-9/+18
* back down version number for 0.2.1 release, update ChangeLognpmccallum2007-12-212-1/+6
* fixed mozjs autodetectionnpmccallum2007-12-211-2/+2
* fix python bindings: px_proxy_factory_get_proxy() -> px_proxy_factory_get_pro...npmccallum2007-12-201-3/+3
* move x_has_client() out of gnome/kde into its own filenpmccallum2007-12-144-172/+101
* make sure with_x=no if it isn't yesnpmccallum2007-12-141-2/+10
* updated changelog for 0.2 releasenpmccallum2007-12-131-0/+13
* Makefile changes to make distcheck worknpmccallum2007-12-133-9/+11
* misc configure.ac cleanupnpmccallum2007-12-131-9/+1
* relicense under LGPLv2.1 for maximum compatibilitynpmccallum2007-12-1329-189/+526
* natively code the xlsclients stuff; sacrifice application re-homing for MASSI...npmccallum2007-12-134-72/+267
* found the bottleneck... its where we shell out for xlsclients. Added a TODO ...npmccallum2007-12-122-0/+2
* added px_config_create(); implemented ignores for: envvar, file and gnome. T...npmccallum2007-12-127-51/+68
* 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 acc...npmccallum2007-12-073-3/+3
* fix firefox-js/xulrunner-js detectionnpmccallum2007-12-071-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
* new kde plugin; reworked plugin buildingnpmccallum2007-11-214-31/+180
* actually store the config filenpmccallum2007-11-211-0/+3
* make dns WPAD a bit more robustnpmccallum2007-11-201-2/+12
* fix sysconfdir referencenpmccallum2007-11-201-1/+1
* 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
* check for xulrunner-js as well, so mozjs plugin can be built without full fir...npmccallum2007-11-161-2/+3
* 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 version (0.2)npmccallum2007-11-071-1/+1
* fix crashernpmccallum2007-11-071-1/+1
* Better GNOME detection; don't use GDK anymore; cache GConf connectionnpmccallum2007-11-073-39/+24
* fix crashernpmccallum2007-11-071-1/+1
* initial skeleton of file pluginnpmccallum2007-11-073-1/+64