summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tag: libproxy 0.3.1libproxy-0.3.1dominique.leuenberger2009-10-090-0/+0
| | | | git-svn-id: http://libproxy.googlecode.com/svn/branches/libproxy-0.3.1@450 c587cffe-e639-0410-9787-d7902ae8ed56
* ChangeLog and spelling error in NEWSdominique.leuenberger2009-10-082-1/+14
| | | | git-svn-id: http://libproxy.googlecode.com/svn/branches/0.3@447 c587cffe-e639-0410-9787-d7902ae8ed56
* Merge trunk into 0.3-bugfix - mainly KDE config module fix.dominique.leuenberger2009-10-0510-39/+87
|\ | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/branches/0.3@445 c587cffe-e639-0410-9787-d7902ae8ed56
| * config_kde: clean up test remainings, no require to read HOME envvardominique.leuenberger2009-10-041-6/+1
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@444 c587cffe-e639-0410-9787-d7902ae8ed56
| * iniparse.test: properly link also on clean treedominique.leuenberger2009-10-041-1/+1
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@443 c587cffe-e639-0410-9787-d7902ae8ed56
| * Properly detect libkdecore required for the KDE Module.dominique.leuenberger2009-10-031-7/+9
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@442 c587cffe-e639-0410-9787-d7902ae8ed56
| * config_kde: New a C++ module, linking against Qt and kdecore.dominique.leuenberger2009-10-035-26/+49
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@441 c587cffe-e639-0410-9787-d7902ae8ed56
| * detect C++ compilerdominique.leuenberger2009-10-011-0/+1
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@440 c587cffe-e639-0410-9787-d7902ae8ed56
| * module_manager: define headers as external C and do not use 'new' where not ↵dominique.leuenberger2009-10-012-8/+17
| | | | | | | | | | | | appropriate (reserved keyword for C++) git-svn-id: http://libproxy.googlecode.com/svn/trunk@439 c587cffe-e639-0410-9787-d7902ae8ed56
| * config_file: define the headers external Cdominique.leuenberger2009-10-011-0/+9
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@438 c587cffe-e639-0410-9787-d7902ae8ed56
| * misc: define the headers external Cdominique.leuenberger2009-10-011-0/+9
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@437 c587cffe-e639-0410-9787-d7902ae8ed56
* | Merge trunk into branches/0.3dominique.leuenberger2009-09-2922-309/+861
|\ \ | |/ | | | | git-svn-id: http://libproxy.googlecode.com/svn/branches/0.3@436 c587cffe-e639-0410-9787-d7902ae8ed56
| * config_file: when switching section make this the current section to add ↵dominique.leuenberger2009-09-291-0/+4
| | | | | | | | | | | | key/value pairs. git-svn-id: http://libproxy.googlecode.com/svn/trunk@435 c587cffe-e639-0410-9787-d7902ae8ed56
| * test: iniparse - More flexibility by having the binary output specifics from ↵dominique.leuenberger2009-09-293-8/+36
| | | | | | | | | | | | the .conf file as specified on CLI. split __DEFAULT__ / SECTION tests in separate tests. git-svn-id: http://libproxy.googlecode.com/svn/trunk@434 c587cffe-e639-0410-9787-d7902ae8ed56
| * testsuite: iniparse - update conf file to contain info in __DEFAULT__ ↵dominique.leuenberger2009-09-292-3/+6
| | | | | | | | | | | | section. Fix expected return value of iniparse.test git-svn-id: http://libproxy.googlecode.com/svn/trunk@433 c587cffe-e639-0410-9787-d7902ae8ed56
| * test: iniparser should also check the __DEFAULT__ Section.dominique.leuenberger2009-09-291-2/+2
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@432 c587cffe-e639-0410-9787-d7902ae8ed56
| * testsuite: simple test app to verify ini parsers function.dominique.leuenberger2009-09-294-0/+42
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@431 c587cffe-e639-0410-9787-d7902ae8ed56
| * KDE: KDE_FULL_SESSION is only guaranteed to be set in KDE, not to have a ↵dominique.leuenberger2009-09-251-1/+1
| | | | | | | | | | | | guaranteed value. git-svn-id: http://libproxy.googlecode.com/svn/trunk@430 c587cffe-e639-0410-9787-d7902ae8ed56
| * config_file: ignore empty lines - avoid invalid free callsdominique.leuenberger2009-09-251-29/+28
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@429 c587cffe-e639-0410-9787-d7902ae8ed56
| * KDE: Proper session detection using the kde upstream recommended way. Check ↵dominique.leuenberger2009-09-252-5/+4
| | | | | | | | | | | | based on KDE_FULL_SESSION envvar. git-svn-id: http://libproxy.googlecode.com/svn/trunk@428 c587cffe-e639-0410-9787-d7902ae8ed56
| * Add comment in the test pacrunner. The syntax error is intentional.dominique.leuenberger2009-09-241-0/+2
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@427 c587cffe-e639-0410-9787-d7902ae8ed56
| * Some more tests for the testsuite...dominique.leuenberger2009-09-244-0/+74
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@426 c587cffe-e639-0410-9787-d7902ae8ed56
| * fix dotnet install path, fixes issue #61.dominique.leuenberger2009-09-242-11/+10
| | | | | | | | | | | | | | Patch provided by Alexey Shabalin <shaba@altlinux.org> git-svn-id: http://libproxy.googlecode.com/svn/trunk@425 c587cffe-e639-0410-9787-d7902ae8ed56
| * updated eclipse filesnpmccallum2009-08-304-145/+172
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@423 c587cffe-e639-0410-9787-d7902ae8ed56
| * For compatibility with jhbuild, autogen.sh should run configure. Fixes issue #64dominique.leuenberger2009-08-251-0/+11
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@422 c587cffe-e639-0410-9787-d7902ae8ed56
| * added a w32reg implementation, still needs ignoresnpmccallum2009-08-171-3/+152
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@419 c587cffe-e639-0410-9787-d7902ae8ed56
| * As we have som python dependencies (binding) we need the AM_PATH_PYTHON ↵dominique.leuenberger2009-08-171-0/+1
| | | | | | | | | | | | macro. This solves an isue with make distcheck. git-svn-id: http://libproxy.googlecode.com/svn/trunk@418 c587cffe-e639-0410-9787-d7902ae8ed56
| * Updated spec file as used on openSUSE 11.2. As sample for other distributionsdominique.leuenberger2009-08-171-116/+330
| | | | | | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@417 c587cffe-e639-0410-9787-d7902ae8ed56
* | Creating 0.3.x branchnpmccallum2009-08-150-0/+0
|/ | | | git-svn-id: http://libproxy.googlecode.com/svn/branches/0.3@416 c587cffe-e639-0410-9787-d7902ae8ed56
* bump version to 0.3.1npmccallum2009-08-151-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@415 c587cffe-e639-0410-9787-d7902ae8ed56
* update NEWS and ChangeLog for 0.3.0 releasenpmccallum2009-08-142-10/+28
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@411 c587cffe-e639-0410-9787-d7902ae8ed56
* fix Makefile to properly reference AM_LDFLAGSnpmccallum2009-08-141-8/+8
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@410 c587cffe-e639-0410-9787-d7902ae8ed56
* moodle_la_LDFLAGS overrides a global AM_LDFLAGS. Thus setting it for those ↵dominique.leuenberger2009-08-141-5/+5
| | | | | | generally git-svn-id: http://libproxy.googlecode.com/svn/trunk@409 c587cffe-e639-0410-9787-d7902ae8ed56
* do not override the user specifiec CFLAGS and LDFLAGS. We're notdominique.leuenberger2009-08-131-6/+6
| | | | | | | | | supposed to do that. In plus, disable the cinfig_w32reg module for the upcoming release. This will only be confusing. git-svn-id: http://libproxy.googlecode.com/svn/trunk@408 c587cffe-e639-0410-9787-d7902ae8ed56
* Some NEWS update and typodominique.leuenberger2009-08-131-4/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@407 c587cffe-e639-0410-9787-d7902ae8ed56
* Autodetect also installed proxy binary. Disable two tests.dominique.leuenberger2009-08-126-6/+6
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@406 c587cffe-e639-0410-9787-d7902ae8ed56
* Let's start writing some NEWS File. downstream packagers will be gratefuldominique.leuenberger2009-08-031-0/+13
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@405 c587cffe-e639-0410-9787-d7902ae8ed56
* webkit: fix crash on object destroydominique.leuenberger2009-08-031-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@404 c587cffe-e639-0410-9787-d7902ae8ed56
* Add the possibility to 'beautify' the compiler output when usingdominique.leuenberger2009-07-211-0/+1
| | | | | | | | automake 1.11 or newer. git-svn-id: http://libproxy.googlecode.com/svn/trunk@403 c587cffe-e639-0410-9787-d7902ae8ed56
* added w32 registry config module stubnpmccallum2009-07-212-1/+68
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@402 c587cffe-e639-0410-9787-d7902ae8ed56
* testsuite: if no plugin can be found, libproxy should still 'do something'dominique.leuenberger2009-06-271-0/+20
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@401 c587cffe-e639-0410-9787-d7902ae8ed56
* Testsuite: forcibly test pacrunner_{webkit,mozjs}dominique.leuenberger2009-06-262-0/+48
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@400 c587cffe-e639-0410-9787-d7902ae8ed56
* added whitelist and blacklist supportnpmccallum2009-06-262-29/+100
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@399 c587cffe-e639-0410-9787-d7902ae8ed56
* fix a crash if no pacrunner can be founddominique.leuenberger2009-06-251-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@398 c587cffe-e639-0410-9787-d7902ae8ed56
* automake: modules: CFLAGS are user-configured flags. Our's are CPPFLAGS.dominique.leuenberger2009-06-241-13/+13
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@397 c587cffe-e639-0410-9787-d7902ae8ed56
* Add the ignores for the platform specific buildsdominique.leuenberger2009-06-240-0/+0
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@396 c587cffe-e639-0410-9787-d7902ae8ed56
* mingw32: make some platform specific includes that we can extend with ↵dominique.leuenberger2009-06-248-1/+74
| | | | | | features missing in the win32 tree. git-svn-id: http://libproxy.googlecode.com/svn/trunk@395 c587cffe-e639-0410-9787-d7902ae8ed56
* _CFLAGS are user specified variables and should not be overwritten by us.dominique.leuenberger2009-06-241-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@394 c587cffe-e639-0410-9787-d7902ae8ed56
* define INET_ADDRSTRLEN if not already defined. Needed for Solaris. Fixes ↵dominique.leuenberger2009-06-192-0/+16
| | | | | | issue #51 git-svn-id: http://libproxy.googlecode.com/svn/trunk@393 c587cffe-e639-0410-9787-d7902ae8ed56
* add automatic gconftool-2 detection and caching for performancenpmccallum2009-06-193-12/+22
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@392 c587cffe-e639-0410-9787-d7902ae8ed56