- 27 Jun, 2015 3 commits
-
-
Max Kellermann authored
Not used anymore.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Jun, 2015 1 commit
-
-
Max Kellermann authored
-
- 22 Jun, 2015 1 commit
-
-
Max Kellermann authored
-
- 25 Mar, 2015 1 commit
-
-
Max Kellermann authored
-
- 20 Mar, 2015 1 commit
-
-
Max Kellermann authored
-
- 05 Mar, 2015 1 commit
-
-
Max Kellermann authored
Use wchar_t for everything on Windows. Solves a lot of filesystem charset problems.
-
- 25 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 06 Feb, 2015 1 commit
-
-
Max Kellermann authored
A few protocol feature have been added to the 0.20 branch, and thus we should raise the protocol version in the server greeting.
-
- 26 Jan, 2015 2 commits
-
-
PHO authored
This can eliminate the ad-hoc "#ifdef WIN32" and can also support other platforms lacking it as well (including Darwin 9).
-
Max Kellermann authored
-
- 23 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 16 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 06 Jan, 2015 1 commit
-
-
Max Kellermann authored
The Linux feature allows writing new files to an invisible file, and then replace the old file. This preserves the old file if we get interrupted by some event.
-
- 26 Dec, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Dec, 2014 1 commit
-
-
Max Kellermann authored
-
- 22 Dec, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Dec, 2014 1 commit
-
-
Max Kellermann authored
-
- 12 Dec, 2014 1 commit
-
-
Max Kellermann authored
SQLite 3.7.3 is the version shipped in Debian Squeeze (oldstable); should be old enough to be the required version. Drop the compatibility #ifdef.
-
- 09 Dec, 2014 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't assume "-lpthread". Just use PTHREAD_CFLAGS, as determined by AX_PTHREAD.
-
Max Kellermann authored
Works around a linker problem with some older glibc versions: if "-lrt" was used, then "-pthread" was implied, but only the symbols used by librt were available. This led to a linker error because pthread_atfork() was not found. So with "-lrt", autoconf decides that no pthread flag is necessary, but in the end fails due to pthread_atfork() missing. By checking for pthread before librt, we avoid this dependency problem.
-
Max Kellermann authored
-
Max Kellermann authored
Replaces the old options --with-tremor-libraries and --with-tremor-includes.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't imply the library's name is "vorbisidec"; use whatever we found inside TREMOR_LIBS.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Dec, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Dec, 2014 3 commits
-
-
Max Kellermann authored
Require the version 2 which has a more sane API.
-
Max Kellermann authored
Since version 2.32, g_thread_init() is deprecated and a no-op. Let's upgrade that (optional) dependency so we can remove all those g_thread_init() calls.
-
Max Kellermann authored
Only very few (minor) features still depend on GLib.
-