Age | Commit message (Expand) | Author | Files | Lines |
2008-04-08 | Update | Matthias Clasen | 2 | -7/+323 |
2008-03-10 | Small test fixup | Matthias Clasen | 1 | -0/+2 |
2008-02-23 | Don't test user directories for being non-null. (#517084, Yevgen Muntyan) | Matthias Clasen | 1 | -4/+0 |
2008-02-17 | Don't return duplicate matches when matching empty strings. (#515944) Add | Marco Barisione | 1 | -0/+3 |
2008-02-11 | Make the g_test_add macro work with gcc 4.3 | Matthias Clasen | 1 | -2/+2 |
2008-02-10 | /bin/ksh can't handle a for-loop with no arguments, so add a "." for when | Matthias Clasen | 1 | -2/+2 |
2008-01-29 | Grab thread_counter_pools LOCK when increasing leftover_task_counter. | Sebastian Wilhelmi | 1 | -75/+78 |
2008-01-15 | fix this; the previous code gave the wrong md5sum when called in certain | Dan Winship | 1 | -122/+605 |
2008-01-11 | Fixed copyright and credit for Asbjoern Pettersen. | Tim Janik | 1 | -1/+1 |
2008-01-11 | added g_base64_encode()/g_base64_decode() test case by Asbjoern | 12:55:19 Tim Janik | 2 | -0/+238 |
2008-01-08 | Add gio/gio.h include to check for c++ problems. | Alexander Larsson | 1 | -0/+1 |
2007-12-21 | adapt to recent api changes variable declaration at the beginning of a | Hans Breuer | 2 | -15/+12 |
2007-12-19 | Add g_checksum_type_get_length, and change g_checksum_get_digest to use a | Christian Persch | 1 | -19/+4 |
2007-12-19 | Fix the date validation check. (#503029) | Emmanuele Bassi | 1 | -0/+2 |
2007-12-15 | Add hash table iterators. (#500507, Jean-Yves Lefort) | Matthias Clasen | 1 | -16/+68 |
2007-12-12 | split up tests and reworked code to use the new test framework. | 16:06:11 Tim Janik | 2 | -891/+895 |
2007-12-09 | a test program emulating some of 'ls' build it (currently on win32) | Hans Breuer | 2 | -0/+130 |
2007-12-09 | removed -GD to compile with msvc9 (vs2008) with less complains | Hans Breuer | 1 | -0/+1 |
2007-12-06 | added new scanner test from #501654, by Patrick Hulin with various | 09:27:42 Tim Janik | 2 | -1/+145 |
2007-12-04 | Add GChecksum, a generic wrapper around various hashing algorithms. At the | Emmanuele Bassi | 2 | -0/+172 |
2007-12-04 | typos. | Ryan Lortie | 1 | -1/+1 |
2007-12-03 | fix memory leak, add a few extra sanity tests. | Ryan Lortie | 1 | -9/+11 |
2007-12-03 | Add new error codes for when compilation fails and make compilation error | Marco Barisione | 1 | -11/+22 |
2007-11-27 | Add some tests for invalid booleans | Matthias Clasen | 1 | -1/+7 |
2007-11-27 | add missing file off last commit | Ryan Lortie | 1 | -0/+215 |
2007-11-27 | Add new function g_markup_collect_attributes (bug #496847). | Ryan Lortie | 1 | -0/+2 |
2007-11-25 | Replace INCLUDES by AM_CPPFLAGS, other cleanups. | Matthias Clasen | 1 | -16/+32 |
2007-11-24 | Fix a memory overrun | Matthias Clasen | 1 | -1/+1 |
2007-11-23 | Don't refuse to encode a single byte. (Milan Crha) | Matthias Clasen | 1 | -6/+13 |
2007-11-21 | initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional | 21:06:47 Tim Janik | 3 | -2/+8 |
2007-11-20 | Fixed up internal 'g_test*' names. | Tim Janik | 6 | -184/+184 |
2007-11-07 | Not needed, just use -DPCRE_STATIC. | Tor Lillqvist | 4 | -1/+6 |
2007-10-21 | Fix warnings from sparse. (#487491, Kjartan Maraas) | Behdad Esfahbod | 1 | -8/+8 |
2007-09-14 | applied fix for bug #476840. | 15:07:28 Tim Janik | 1 | -1/+14 |
2007-08-14 | prevent race covered by g_once_init_enter(), by checking for previous | Tim Janik | 1 | -4/+134 |
2007-08-13 | fixed array size typo. | Tim Janik | 1 | -1/+1 |
2007-08-13 | test g_once_init_*() before and after g_thread_init() and test concurrency | Tim Janik | 2 | -0/+146 |
2007-08-09 | Handle restricted characters by converting them to numeric character | Matthias Clasen | 1 | -0/+37 |
2007-07-12 | beautified output somewhat. fixed long sleeps by reducing sleep | Tim Janik | 1 | -6/+18 |
2007-07-12 | added GSLice test from Stefan Westerfeld, bug #433314. | Tim Janik | 2 | -0/+111 |
2007-07-12 | migrate per-thread magazine caches from single-thread scenario to first | Tim Janik | 2 | -0/+169 |
2007-07-09 | Output newlines after thousand iterations of the inner-loop of the | Loïc Minier | 1 | -1/+1 |
2007-06-15 | Introduce g_string_overwrite(_len)? for overwriting parts of strings (#368686... | Mathias Hasselmann | 1 | -1/+21 |
2007-06-04 | Add support for a number of special directories, as defined by the | Matthias Clasen | 1 | -0/+8 |
2007-06-03 | fixed g_regex_fetch_named* for cases when (?J) is used inside a pattern | Yevgen Muntyan | 1 | -0/+7 |
2007-06-03 | New functions: g_regex_ref(), g_regex_unref() which replaces | Yevgen Muntyan | 1 | -36/+97 |
2007-05-29 | Fix g_regex_fetch_named() and g_regex_fetch_named_pos() when | Marco Barisione | 1 | -2/+21 |
2007-05-11 | Allow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING. (#437297, Dave Benson) | Matthias Clasen | 1 | -0/+45 |
2007-05-03 | Stop unused threads before the last test, to make the test terminate | Matthias Clasen | 1 | -1/+4 |
2007-04-30 | Split GRegex into GRegex and GMatchInfo. (#419368, Marco Barisione) | Matthias Clasen | 1 | -678/+84 |