summaryrefslogtreecommitdiff
path: root/libproxy
Commit message (Collapse)AuthorAgeFilesLines
...
* fix the case where ';' is the last character from the pac responsenpmccallum2010-03-061-1/+2
|
* fix file:// urls for pacsnpmccallum2010-03-061-1/+1
|
* don't install libproxy pc file on mac os xnpmccallum2010-03-051-1/+1
|
* correct some delete references; fixes issue 91; patch from Erik van Pienbroeknpmccallum2010-03-052-10/+11
|
* fix building on Fedora 13+npmccallum2010-03-051-1/+1
|
* fix MOZJS_INCLUDE_DIR and WEBKIT_INCLUDE_DIR to use the correct cache typenpmccallum2010-03-011-2/+2
|
* On NON-WIN32 platforms we need the pkgconfig files ( seems not to work)dominique.leuenberger2010-02-261-1/+1
|
* 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 ↵npmccallum2010-02-241-4/+9
| | | | builtin modules work on win32
* 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 ↵npmccallum2010-02-112-5/+29
| | | | cache variables)
* 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 ↵npmccallum2010-02-0534-1051/+257
| | | | config_wpad; remove config_file (both intenal and module); remove config ordering support; merge lukas' kde plugin rework
* config_w32reg actually works now, including ignore support; other misc win32 ↵npmccallum2010-02-049-47/+97
| | | | fixes
* 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
|