summaryrefslogtreecommitdiff
path: root/libproxy
Commit message (Expand)AuthorAgeFilesLines
* bump soversion on libproxy due to the API changenpmccallum2010-02-251-1/+1
* add a little more debugging messagesnpmccallum2010-02-251-2/+7
* cleanup the config_kde module; make it actually buildnpmccallum2010-02-252-73/+52
* fix documentationnpmccallum2010-02-241-2/+1
* fix all symbols with a leading '_'npmccallum2010-02-2410-84/+84
* re-enable exception trapping in the C apinpmccallum2010-02-241-6/+7
* fix a crasher if debug is enabled and no config_modules are found; make built...npmccallum2010-02-241-4/+9
* add support for builtin modulesnpmccallum2010-02-243-42/+66
* use fgets() rather than my own readline()npmccallum2010-02-241-30/+27
* make pac fetching work on win32npmccallum2010-02-222-3/+11
* change cout -> cerr for debug messagesnpmccallum2010-02-221-13/+13
* fix memory leaknpmccallum2010-02-221-1/+6
* fix mozjs crashernpmccallum2010-02-221-8/+9
* add initializer for this->wpadnpmccallum2010-02-221-0/+1
* fixed a url crashernpmccallum2010-02-221-7/+7
* add debug outputnpmccallum2010-02-221-7/+26
* fix a crashernpmccallum2010-02-221-0/+7
* add support in core libproxy for inverting ignore stringsnpmccallum2010-02-171-3/+8
* Convert pacrunner to use the template singleton methodnpmccallum2010-02-162-8/+1
* rework libmodman to not use a struct in the module metadatanpmccallum2010-02-1413-25/+20
* win32 smod build fixesnpmccallum2010-02-121-1/+1
* update config_macosx for smodnpmccallum2010-02-111-1/+1
* add smod everywherenpmccallum2010-02-1111-12/+12
* Add support for building against mozjs or webkit on win32 (via manually set c...npmccallum2010-02-112-5/+29
* add support for win32 mutexesnpmccallum2010-02-101-8/+22
* fix header referencenpmccallum2010-02-101-1/+1
* fix mozjs detectionnpmccallum2010-02-101-3/+6
* make config_gnome helluva fasternpmccallum2010-02-081-3/+3
* fix a never-exit-a-loop bugnpmccallum2010-02-081-8/+5
* fix envvar on non-Apple UNIXnpmccallum2010-02-081-1/+5
* fix build on macosxnpmccallum2010-02-082-10/+8
* add double load support for the second round of symbol testsnpmccallum2010-02-081-0/+1
* fix compilation issuesnpmccallum2010-02-082-3/+3
* remove googlecode from the namespacenpmccallum2010-02-0523-68/+32
* port config_w32reg to libmodman; a few other misc win32 fixesnpmccallum2010-02-051-6/+3
* update header safegards to match new header file namesnpmccallum2010-02-055-15/+15
* massive rework; split off libmodman; make unit tests for libmodman; remove co...npmccallum2010-02-0534-1051/+257
* config_w32reg actually works now, including ignore support; other misc win32 ...npmccallum2010-02-049-47/+97
* fix module loading againnpmccallum2010-01-294-19/+8
* a couple more trivial win32 fixesnpmccallum2010-01-293-5/+5
* remove builtin module support; there is a better way to do thisnpmccallum2010-01-282-100/+71
* fix cmake bug causing errors when deps not foundnpmccallum2010-01-261-3/+5
* remove exception thrown on symbol lookup failure (just return NULL)npmccallum2010-01-252-6/+3
* make sure config_file exports its module_load functionnpmccallum2010-01-251-1/+1
* fix my failure to rename the class in wpad_dns_alias after the file renamenpmccallum2010-01-251-5/+5
* make sure config_gnome exports its module_load functionnpmccallum2010-01-251-1/+1
* implement conditional modulesnpmccallum2010-01-244-29/+40
* make builtin modules part of the module_manager apinpmccallum2010-01-244-29/+31
* add conditional symbol support to the module_managernpmccallum2010-01-242-3/+15
* make pdlopen(NULL) workish on windowsnpmccallum2010-01-241-1/+1