summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag: libproxy 0.3.1libproxy-0.3.1dominique.leuenberger2009-10-090-0/+0
* ChangeLog and spelling error in NEWSdominique.leuenberger2009-10-082-1/+14
* Merge trunk into 0.3-bugfix - mainly KDE config module fix.dominique.leuenberger2009-10-0510-39/+87
|\
| * 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
| * Properly detect libkdecore required for the KDE Module.dominique.leuenberger2009-10-031-7/+9
| * config_kde: New a C++ module, linking against Qt and kdecore.dominique.leuenberger2009-10-035-26/+49
| * detect C++ compilerdominique.leuenberger2009-10-011-0/+1
| * 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
* | Merge trunk into branches/0.3dominique.leuenberger2009-09-2922-309/+861
|\ \ | |/
| * 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-293-8/+36
| * testsuite: iniparse - update conf file to contain info in __DEFAULT__ section...dominique.leuenberger2009-09-292-3/+6
| * 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-294-0/+42
| * 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
| * Add comment in the test pacrunner. The syntax error is intentional.dominique.leuenberger2009-09-241-0/+2
| * Some more tests for the testsuite...dominique.leuenberger2009-09-244-0/+74
| * fix dotnet install path, fixes issue #61.dominique.leuenberger2009-09-242-11/+10
| * updated eclipse filesnpmccallum2009-08-304-145/+172
| * For compatibility with jhbuild, autogen.sh should run configure. Fixes issue #64dominique.leuenberger2009-08-251-0/+11
| * added a w32reg implementation, still needs ignoresnpmccallum2009-08-171-3/+152
| * As we have som python dependencies (binding) we need the AM_PATH_PYTHON macro...dominique.leuenberger2009-08-171-0/+1
| * Updated spec file as used on openSUSE 11.2. As sample for other distributionsdominique.leuenberger2009-08-171-116/+330
* | Creating 0.3.x branchnpmccallum2009-08-150-0/+0
|/
* bump version to 0.3.1npmccallum2009-08-151-1/+1
* update NEWS and ChangeLog for 0.3.0 releasenpmccallum2009-08-142-10/+28
* 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
* Some NEWS update and typodominique.leuenberger2009-08-131-4/+3
* Autodetect also installed proxy binary. Disable two tests.dominique.leuenberger2009-08-126-6/+6
* Let's start writing some NEWS File. downstream packagers will be gratefuldominique.leuenberger2009-08-031-0/+13
* webkit: fix crash on object destroydominique.leuenberger2009-08-031-1/+1
* Add the possibility to 'beautify' the compiler output when usingdominique.leuenberger2009-07-211-0/+1
* added w32 registry config module stubnpmccallum2009-07-212-1/+68
* testsuite: if no plugin can be found, libproxy should still 'do something'dominique.leuenberger2009-06-271-0/+20
* Testsuite: forcibly test pacrunner_{webkit,mozjs}dominique.leuenberger2009-06-262-0/+48
* added whitelist and blacklist supportnpmccallum2009-06-262-29/+100
* 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
* Add the ignores for the platform specific buildsdominique.leuenberger2009-06-240-0/+0
* mingw32: make some platform specific includes that we can extend with feature...dominique.leuenberger2009-06-248-1/+74
* _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-193-12/+22