summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag for LibProxy 0.4.0libproxy-0.4.0nicolas.dufresne2010-05-180-0/+0
* update files for releasenpmccallum2010-02-253-6/+39
* add cpack stuff to cmakenpmccallum2010-02-251-1/+18
* remove test suite filenpmccallum2010-02-251-53/+0
* remove all tests; we'll add these in later as cmake testsnpmccallum2010-02-2516-315/+0
* 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-2413-98/+98
* re-enable exception trapping in the C apinpmccallum2010-02-241-6/+7
* added a libmodman test for builtin modulesnpmccallum2010-02-243-0/+32
* remove unused CMakeLists.txtnpmccallum2010-02-241-0/+0
* fix a crasher if debug is enabled and no config_modules are found; make built...npmccallum2010-02-243-8/+19
* move tests up a directory. this should hopefully fix tests on win32npmccallum2010-02-242-56/+56
* fix the last commitnpmccallum2010-02-241-1/+1
* move module suffixes to inside (don't expose in the api)npmccallum2010-02-242-12/+12
* add support for builtin modulesnpmccallum2010-02-246-122/+192
* update test suite to use template version of the singletonnpmccallum2010-02-241-4/+1
* use fgets() rather than my own readline()npmccallum2010-02-241-30/+27
* remove my own crappy readline implementation and use fgetsnpmccallum2010-02-231-53/+4
* 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
* Fix the output processing for win32's base type idnpmccallum2010-02-161-1/+1
* general libmodman/module.[ch]pp cleanupnpmccallum2010-02-165-80/+29
* A slightly similar version of WIN32 lazy loadingnpmccallum2010-02-152-5/+4
* fix non-win32 buildnpmccallum2010-02-151-1/+1
* enable lazy loading on win32npmccallum2010-02-152-18/+45
* disable lazy loading since it doesn't work on win32 yetnpmccallum2010-02-141-2/+2
* implement lazy loadingnpmccallum2010-02-141-15/+20
* rework libmodman to not use a struct in the module metadatanpmccallum2010-02-1417-113/+115
* hopefully this should make the last smod test work on win32npmccallum2010-02-122-3/+4
* win32 smod build fixesnpmccallum2010-02-124-4/+14
* update config_macosx for smodnpmccallum2010-02-111-1/+1
* add smod everywherenpmccallum2010-02-1114-27/+28
* added the smod field to the module structnpmccallum2010-02-111-2/+3
* add load_module() methodnpmccallum2010-02-112-45/+83
* change test output to stdoutnpmccallum2010-02-111-6/+6
* added suffix support to the load_dir() methodnpmccallum2010-02-113-177/+567
* require cmake 2.8npmccallum2010-02-111-1/+1
* make test suite run on win32npmccallum2010-02-111-45/+53
* make libmodman's test suite a little cleanernpmccallum2010-02-113-49/+48