summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fix Makefile to properly reference AM_LDFLAGSnpmccallum2009-08-141-8/+8
|
* moodle_la_LDFLAGS overrides a global AM_LDFLAGS. Thus setting it for those ↵dominique.leuenberger2009-08-141-5/+5
| | | | generally
* 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.
* 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 ↵dominique.leuenberger2009-06-247-1/+73
| | | | features missing in the win32 tree.
* _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 ↵dominique.leuenberger2009-06-192-0/+16
| | | | issue #51
* 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
| | | | some \\\ escaping issues.
* Fix -ldl detection, as rev 363 broke mingw32 compilationdominique.leuenberger2009-06-031-1/+1
|
* mingw32: let libproxy-0.dll build (plugins are missing)dominique.leuenberger2009-06-031-1/+4
|
* linux compilation fixes for -Werrornpmccallum2009-06-033-5/+3
|
* a dozen or so fixes for warnings/win32npmccallum2009-06-018-96/+75
|
* fix return valuenpmccallum2009-06-011-1/+1
|
* samples/curlget: use pkg-config to find the lib in case several ones are ↵dominique.leuenberger2009-05-261-1/+1
| | | | installed.
* LoadLibrary() support for Win32; based on a patch by mital.d.vora@gmail.comnpmccallum2009-05-251-17/+15
|
* Yet another rewrite of the plugin system. This one is much simpler in design.npmccallum2009-05-2230-1147/+752
|
* .NET: the library is installed versioned to avoid conflicts. a working ↵dominique.leuenberger2009-05-215-7/+96
| | | | sample is included in samples/dotnet
* .NET: provide a libproxy-sharp-1.0.pc filedominique.leuenberger2009-05-214-4/+13
|
* .NET: we need a sign key to get our dll in the GAC. This is a standard ↵dominique.leuenberger2009-05-211-0/+0
| | | | 1024bit rsa key used for libproxy
* don't use PyMem_Free in the python bindingsnpmccallum2009-05-211-11/+2
|
* .NET: a very simple, very basic test program in C# (tested with mono 2.0dominique.leuenberger2009-05-211-0/+18
|
* .Net: be consisten with the other bindings: we call it GetProxies (plural), ↵dominique.leuenberger2009-05-201-1/+1
| | | | as we return an array
* .NET binding: change px_proxy_factory_get_proxy to plural, as in the real ↵dominique.leuenberger2009-05-201-2/+2
| | | | library.
* Initial version that actually also builds / installs the .Net bindings.dominique.leuenberger2009-05-201-0/+9
| | | | | | | | | Status: - .net binding is by default disabled (to few tested), but can be enabled with ./configure --with-dotnet - If enabled, libproxy.dll is compiled and installed to $(libdir)/libproxy. - It is not (yet) added to GAC, as this requires signing of the dll
* make sure all plugins are using the build macronpmccallum2009-05-192-12/+2
|
* convert config_wpad to use the new initializernpmccallum2009-05-191-6/+1
|