Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Avoid sending negative values to isalnum() | nicolas.dufresne | 2010-10-06 | 1 | -1/+1 | |
| | | | | On Windows, sending negative value to isalnum() result in an assertion popping. Adding cast, to prevent negative value from being sent. | |||||
* | Don't read NULL character in url::encode | nicolas.dufresne | 2010-10-06 | 1 | -1/+1 | |
| | ||||||
* | On win32, init WSA in url-test | nicolas.dufresne | 2010-10-06 | 1 | -0/+10 | |
| | ||||||
* | Avoid to read the NULL character in strings | nicolas.dufresne | 2010-10-06 | 1 | -3/+4 | |
| | | | | The URL parser whas assuming that we can read the NULL character in a string. This does not work on Windows platform, and is not standard. | |||||
* | really fix the bindings on win32 issue this time | npmccallum | 2010-09-29 | 1 | -1/+1 | |
| | ||||||
* | add a test case for the URL with nothing but scheme | npmccallum | 2010-09-29 | 1 | -0/+7 | |
| | ||||||
* | add a comment explaining the lack of const in vers | npmccallum | 2010-09-29 | 1 | -0/+4 | |
| | ||||||
* | fix a typo which caused bindings to be built ONLY on win32 instead of EXCEPT ↵ | npmccallum | 2010-09-29 | 1 | -1/+1 | |
| | | | | on win32 | |||||
* | two more win32 fixes | npmccallum | 2010-09-26 | 2 | -2/+2 | |
| | ||||||
* | make win32 build work again | npmccallum | 2010-09-26 | 3 | -7/+11 | |
| | ||||||
* | Inlclude typelib in proxy.cpp for debug messages. | dominique.leuenberger@gmail.com | 2010-09-26 | 1 | -0/+1 | |
| | ||||||
* | fix a test broken by the previous change | npmccallum | 2010-09-26 | 1 | -0/+2 | |
| | ||||||
* | (hopefully) make libmodman work on windows using mingw | npmccallum | 2010-09-26 | 2 | -5/+5 | |
| | ||||||
* | Statically link internal modman | nicolas.dufresne | 2010-09-23 | 1 | -4/+2 | |
| | | | | | Now link statically internal libmodman if it is being used. This allow distribution of libproxy with internal libmodman in parallel to libmodman without side effects. (Issue 141) | |||||
* | samples/vala: Add Makefile and make the sample actually query an address | dominique.leuenberger@gmail.com | 2010-09-07 | 2 | -1/+8 | |
| | ||||||
* | Updated files for version 0.4.6 | nicolas.dufresne | 2010-09-01 | 5 | -3/+22 | |
| | ||||||
* | Avoid reading one too far inside a std::string | nicolas.dufresne | 2010-09-01 | 1 | -1/+2 | |
| | ||||||
* | Fix compilation with Visual Studio | nicolas.dufresne | 2010-09-01 | 2 | -2/+8 | |
| | ||||||
* | Fixed overrided of python site-packages path | nicolas.dufresne | 2010-09-01 | 1 | -22/+23 | |
| | | | | Last patch broke -DPYTHON_SITEPKG_DIR, this will make it work again. | |||||
* | Try install python bindings in libdir | nicolas.dufresne | 2010-09-01 | 3 | -13/+35 | |
| | | | | | This patch let libproxy install the python bindings in the libdir path is proper site-packages directory exist. Also moved python bindings in it's own directory | |||||
* | First pass updating INSTALL | nicolas.dufresne | 2010-08-24 | 1 | -21/+121 | |
| | ||||||
* | Fix /etc to be in /etc instead of /usr/local/etc | nicolas.dufresne | 2010-08-24 | 1 | -1/+1 | |
| | ||||||
* | Fixed crash in URL parse | nicolas.dufresne | 2010-08-20 | 3 | -4/+11 | |
| | ||||||
* | Add "" to avoid syntact error when variable is unset | nicolas.dufresne | 2010-08-19 | 1 | -1/+1 | |
| | ||||||
* | Check libmodman version and allow forcing system one | nicolas.dufresne | 2010-08-19 | 1 | -4/+13 | |
| | ||||||
* | Add version information for Findlibproxy.cmake | nicolas.dufresne | 2010-08-19 | 2 | -1/+10 | |
| | ||||||
* | Remove *.cmake from CPAK ignore | nicolas.dufresne | 2010-08-19 | 1 | -1/+1 | |
| | | | This forces out-of-tree source package generation | |||||
* | Bumped to version 0.4.5 | nicolas.dufresne | 2010-08-19 | 5 | -13/+52 | |
| | ||||||
* | Fixed test compilation under OSX | nicolas.dufresne | 2010-08-19 | 1 | -2/+4 | |
| | ||||||
* | Went back to ignoreing vala installation path | nicolas.dufresne | 2010-08-18 | 1 | -11/+3 | |
| | | | | | | seems that the .pc file in vala source code is broken. Fedora do fixes it in the package but that might not be wide spread. Hard coding to datadir/vala/vapi should work for most of the cases while it's possible to override using VAPI_DIR option. | |||||
* | Enable VENDORARCH option and PX_PERL_ARCH override | nicolas.dufresne | 2010-08-18 | 1 | -11/+17 | |
| | ||||||
* | Add PYTHON_SITEPKG_DIR override | nicolas.dufresne | 2010-08-18 | 1 | -6/+9 | |
| | ||||||
* | Fix vala binding directory and add VAPI_DIR override | nicolas.dufresne | 2010-08-18 | 1 | -1/+13 | |
| | ||||||
* | Clean flags and comments | nicolas.dufresne | 2010-08-18 | 1 | -4/+3 | |
| | ||||||
* | Fixed PROJECT_VERSION that was broken in libmoman | nicolas.dufresne | 2010-08-18 | 1 | -1/+1 | |
| | ||||||
* | Synced with libmodman enhancement | nicolas.dufresne | 2010-08-18 | 5 | -27/+47 | |
| | ||||||
* | Bumped libmodman SOVERSION to 1 | nicolas.dufresne | 2010-08-18 | 1 | -1/+1 | |
| | ||||||
* | Allow GAC_DIR being changed | nicolas.dufresne | 2010-08-18 | 1 | -1/+3 | |
| | ||||||
* | Ported libproxy to new libmodman API/ABI | nicolas.dufresne | 2010-08-18 | 13 | -22/+29 | |
| | | | | This solves issue 133 by using real builtin modules instead of relying on symbols being visible in current process. | |||||
* | Change modman module to use a structure enabling real builtin | nicolas.dufresne | 2010-08-18 | 6 | -58/+59 | |
| | | | | | | This changes libmodman internal module ABI/API to use a single structure to store module information. We now have a single structure to load from the shared object. This same structure is being passed to load builtin module in a way that does not rely uppon dlopen/dlsym. See issue 133. | |||||
* | Fix relative path bug with LIBEXECDIR and MODULEDIR | nicolas.dufresne | 2010-08-18 | 2 | -3/+14 | |
| | ||||||
* | Revert r717 - No need to introduce an additional variable. The user can ↵ | dominique.leuenberger@gmail.com | 2010-08-18 | 2 | -3/+1 | |
| | | | | override GAC_DIR to specify where it resides | |||||
* | C# bindings: install destination can be specified with ↵ | dominique.leuenberger@gmail.com | 2010-08-17 | 3 | -2/+3 | |
| | | | | -DCSHARP_ASSEMBLY_DIR=[...] | |||||
* | Fixed libproxy version in libproxy-1.0.pc.in | nicolas.dufresne | 2010-08-12 | 1 | -1/+1 | |
| | ||||||
* | Fix wrong delete operator in config_gnome | nicolas.dufresne | 2010-07-23 | 1 | -1/+1 | |
| | ||||||
* | Fix usage of free instead of delete[] | nicolas.dufresne | 2010-07-22 | 1 | -3/+3 | |
| | ||||||
* | Make sure authority_end is not npos | nicolas.dufresne | 2010-07-22 | 1 | -0/+2 | |
| | ||||||
* | bindings: very rudimentary, but yet functional ruby bindings | dominique.leuenberger | 2010-07-07 | 3 | -0/+33 | |
| | ||||||
* | NEWS: mention C# binding being installable | dominique.leuenberger | 2010-07-07 | 1 | -0/+4 | |
| | ||||||
* | C# bindings: add the pre-requisite .cmake extensions | dominique.leuenberger | 2010-07-07 | 6 | -0/+527 | |
| |