summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tag: libproxy 0.3.1libproxy-0.3.1dominique.leuenberger2009-10-091-14/+2
* gnome: support reading credentials from gconf.dominique.leuenberger2009-10-091-2/+14
* config_kde: clean up test remainings, no require to read HOME envvardominique.leuenberger2009-10-041-6/+1
* iniparse.test: properly link also on clean treedominique.leuenberger2009-10-041-1/+1
* config_kde: New a C++ module, linking against Qt and kdecore.dominique.leuenberger2009-10-032-10/+19
* module_manager: define headers as external C and do not use 'new' where not a...dominique.leuenberger2009-10-012-8/+17
* config_file: define the headers external Cdominique.leuenberger2009-10-011-0/+9
* misc: define the headers external Cdominique.leuenberger2009-10-011-0/+9
* config_file: when switching section make this the current section to add key/...dominique.leuenberger2009-09-291-0/+4
* test: iniparse - More flexibility by having the binary output specifics from ...dominique.leuenberger2009-09-291-5/+11
* test: iniparser should also check the __DEFAULT__ Section.dominique.leuenberger2009-09-291-2/+2
* testsuite: simple test app to verify ini parsers function.dominique.leuenberger2009-09-292-0/+22
* KDE: KDE_FULL_SESSION is only guaranteed to be set in KDE, not to have a guar...dominique.leuenberger2009-09-251-1/+1
* config_file: ignore empty lines - avoid invalid free callsdominique.leuenberger2009-09-251-29/+28
* KDE: Proper session detection using the kde upstream recommended way. Check b...dominique.leuenberger2009-09-252-5/+4
* fix dotnet install path, fixes issue #61.dominique.leuenberger2009-09-242-11/+10
* added a w32reg implementation, still needs ignoresnpmccallum2009-08-171-3/+152
* fix Makefile to properly reference AM_LDFLAGSnpmccallum2009-08-141-8/+8
* moodle_la_LDFLAGS overrides a global AM_LDFLAGS. Thus setting it for those ge...dominique.leuenberger2009-08-141-5/+5
* do not override the user specifiec CFLAGS and LDFLAGS. We're notdominique.leuenberger2009-08-131-6/+6
* webkit: fix crash on object destroydominique.leuenberger2009-08-031-1/+1
* added w32 registry config module stubnpmccallum2009-07-212-1/+68
* added whitelist and blacklist supportnpmccallum2009-06-261-4/+74
* fix a crash if no pacrunner can be founddominique.leuenberger2009-06-251-1/+1
* automake: modules: CFLAGS are user-configured flags. Our's are CPPFLAGS.dominique.leuenberger2009-06-241-13/+13
* mingw32: make some platform specific includes that we can extend with feature...dominique.leuenberger2009-06-247-1/+73
* _CFLAGS are user specified variables and should not be overwritten by us.dominique.leuenberger2009-06-241-1/+1
* define INET_ADDRSTRLEN if not already defined. Needed for Solaris. Fixes issu...dominique.leuenberger2009-06-192-0/+16
* add automatic gconftool-2 detection and caching for performancenpmccallum2009-06-192-9/+16
* yet another config_gnome rewrite. this one moves all gconf code out of processnpmccallum2009-06-194-201/+137
* mingw32: include the correct headers for win32 compilationdominique.leuenberger2009-06-171-0/+6
* fix crasher in singleton codenpmccallum2009-06-081-1/+1
* make px_array_length() return -1 if self is NULLnpmccallum2009-06-082-2/+4
* added singleton support to the module manager (for PACRunners)npmccallum2009-06-083-8/+24
* fix crasher bugs for when no plugins are foundnpmccallum2009-06-071-4/+4
* fix a recursion bugnpmccallum2009-06-071-1/+1
* fix an old crasher bug that has bothered me for some timenpmccallum2009-06-071-1/+5
* simplify module registration a bitnpmccallum2009-06-0715-18/+23
* fix a memory leaknpmccallum2009-06-071-0/+1
* remove some debugging printf()'snpmccallum2009-06-062-4/+0
* the real fix for the url problemnpmccallum2009-06-061-2/+3
* reverting last changenpmccallum2009-06-061-2/+2
* snprintf should append not overwritenpmccallum2009-06-061-2/+2
* turn on -pedantic, turn off -Werror, fix some pedantic warningsnpmccallum2009-06-042-4/+4
* mv src/plugins -> src/modulesnpmccallum2009-06-0417-1/+1
* win32 finally completely buildssvn diff | lesssvn diff | less muahahahaha...npmccallum2009-06-045-34/+35
* misc cleanupnpmccallum2009-06-041-6/+6
* mingw32: all the modules build toodominique.leuenberger2009-06-031-13/+7
* mingw32: find libws2_32. And some restructuring in configure.ac, fordominique.leuenberger2009-06-031-3/+0
* Fix -ldl detection, as rev 363 broke mingw32 compilationdominique.leuenberger2009-06-031-1/+1