summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated changelog for 0.2.3 releaselibproxy-0.2npmccallum2008-06-051-0/+7
* release 0.2.3npmccallum2008-06-051-1/+1
* added pkgconfig supportnpmccallum2008-06-053-3/+19
* add webkit javascript pluginnpmccallum2008-06-053-2/+245
* add missing 'static' declarationsnpmccallum2008-06-051-3/+3
* add missing parensnpmccallum2008-06-051-0/+2
* optimize mozjs plugin for speed by caching the JS contextnpmccallum2008-06-051-50/+93
* fix crasher in mozjsnpmccallum2008-06-051-0/+1
* fix memory leak in mozjsnpmccallum2008-06-051-24/+19
* make sure to clear any errors on dlopen()npmccallum2008-06-051-0/+1
* Fix dlopen() on newer systems that enforce the presence of the RTLD_NOW flagnpmccallum2008-06-051-1/+1
* Creating 0.2.x series branchnpmccallum2008-06-0526-629/+505
* 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
* Updating the trunk changelog and configure version to 0.2.2jeffschroed2008-01-102-1/+6
* Documenting the commands ran to make this work:jeffschroed2008-01-102-10/+1
* 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