2006-04-16 |
Matthias Clasen | Avoid an array overrun. (Coverity, fix by Pascal Terjan) |
tree | commitdiff |
2006-04-12 |
Bastien Nocera | reviewed by: Matthias Clasen <mclasen@redhat.com> |
tree | commitdiff |
2006-04-12 |
Matthias Clasen | Add an assert to make it clear when value can be NULL. |
tree | commitdiff |
2006-04-07 |
Hans Breuer | added gbase64.obj and derive the static libs name from... |
tree | commitdiff |
2006-04-07 |
Martyn James Russell | Make sure g_thread_pool_stop_unused_threads() actually... |
tree | commitdiff |
2006-04-05 |
Matthias Clasen | Make long long printing work if snprintf is not availab... |
tree | commitdiff |
2006-04-05 |
Behdad Esfahbod | Change max-depth to max-lookups. |
tree | commitdiff |
2006-04-05 |
Matthias Clasen | Add base64 docs |
tree | commitdiff |
2006-04-04 |
Alexander Larsson | Add base64 encode/decode functions |
tree | commitdiff |
2006-04-04 |
Matthias Clasen | Move short_month_names and long_month_names to bss. |
tree | commitdiff |
2006-04-04 |
Matthias Clasen | Make the parser struct const |
tree | commitdiff |
2006-04-04 |
Behdad Esfahbod | Fix accidentally broken build. |
tree | commitdiff |
2006-04-03 |
Matthias Clasen | Don't include sys/time.h (#337027, Kazuki IWAMOTO) |
tree | commitdiff |
2006-03-31 |
Tor Lillqvist | Revert change below. It wasn't a good idea after all... |
tree | commitdiff |
2006-03-31 |
Tor Lillqvist | [Win32] call rmdir() only if remove() fails with errno... |
tree | commitdiff |
2006-03-30 |
Matthias Clasen | Make it build |
tree | commitdiff |
2006-03-30 |
Matthias Clasen | Sync the parameter names with the .h files, otherwise... |
tree | commitdiff |
2006-03-27 |
Emmanuele Bassi | glib/gbookmarkfile.h Add GBookmarkFile, a parser for... |
tree | commitdiff |
2006-03-27 |
Matthias Clasen | Support floating point arguments in goption |
tree | commitdiff |
2006-03-26 |
Matthias Clasen | Improve the description of parameter_string in the... |
tree | commitdiff |
2006-03-24 |
Martyn James Russell | Updated the documentation to explain that when the... |
tree | commitdiff |
2006-03-23 |
Matthias Clasen | Adjust docs |
tree | commitdiff |
2006-03-23 |
Emmanuele Bassi | Check for timegm. |
tree | commitdiff |
2006-03-20 |
Matthias Clasen | Fix the build |
tree | commitdiff |
2006-03-20 |
Matthias Clasen | use standard_calloc to allocate the profile_data. ... |
tree | commitdiff |
2006-03-15 |
Matthias Clasen | Only set the prgname if it hasn't been set before.... |
tree | commitdiff |
2006-03-14 |
Matthias Clasen | Don't read past the end of the string. (#334471, Morten... |
tree | commitdiff |
2006-03-14 |
Matthias Clasen | Don't create the option_name twice. (#334519, Chris... |
tree | commitdiff |
2006-03-11 |
Marcus Brinkmann | Implement watches for GIOChannels for write file descri... |
tree | commitdiff |
2006-03-07 |
Matthias Clasen | Match the prototype in gconvert.c to fix build problems... |
tree | commitdiff |
2006-03-01 |
Tor Lillqvist | Separate implementation on Win32: Use the wide characte... |
tree | commitdiff |
2006-02-24 |
Matthias Clasen | Add tests for g_utf8_strlen(). |
tree | commitdiff |
2006-02-17 |
Kang Jeong-Hee | p in str, not str in p |
tree | commitdiff |
2006-02-15 |
Sebastian Wilhelmi | Fix deadlock when signalling the thread which freed... |
tree | commitdiff |
2006-02-14 |
Tim Janik | only define _XOPEN_SOURCE to 600 to get at posix_memali... |
tree | commitdiff |
2006-02-14 |
Matthias Clasen | Improve docs |
tree | commitdiff |
2006-02-06 |
Michael Natterer | Get rid of trio/ folder. |
tree | commitdiff |
2006-01-31 |
Tim Janik | carry out all dtalist pointer accesses atomically,... |
tree | commitdiff |
2006-01-30 |
David Schleef | Update URL |
tree | commitdiff |
2006-01-27 |
Matthias Clasen | 2.9.5 GLIB_2_9_5 |
tree | commitdiff |
2006-01-26 |
Matthias Clasen | Fix C99isms. (#328705, Kazuki Iwamoto) |
tree | commitdiff |
2006-01-25 |
Tim Janik | fixed buglets reported by Jens Granseuer in #328254. |
tree | commitdiff |
2006-01-25 |
Tim Janik | honour g_mem_gc_friendly settings when freeing slices... |
tree | commitdiff |
2006-01-24 |
Tim Janik | only use posix_memalign() if it's known to work, revert... |
tree | commitdiff |
2006-01-23 |
Tim Janik | wiped out all the wonderfull G_OS_WIN32 code i wrote... |
tree | commitdiff |
2006-01-23 |
Tim Janik | initialize GSlice config from G_SLICE environemtn varia... |
tree | commitdiff |
2006-01-18 |
Matthias Clasen | Add a note about casting the results of g_new() and... |
tree | commitdiff |
2006-01-17 |
Sebastian Wilhelmi | To avoid deadlocks get rid of the settings G_LOCK.... |
tree | commitdiff |
2006-01-16 |
Matthias Clasen | Rework the strict aliasing fix to not break C++, pointe... |
tree | commitdiff |
2006-01-16 |
Matthias Clasen | Signal waiting threads, problem noticed by Christian... |
tree | commitdiff |
2006-01-16 |
Matthias Clasen | Fix bug 326747, Alberto Ruiz: |
tree | commitdiff |
2006-01-14 |
Matthias Clasen | Replace the simple recursive implementation by a nonrec... |
tree | commitdiff |
2006-01-09 |
Matthias Clasen | Break some long lines. |
tree | commitdiff |
2006-01-08 |
Matthias Clasen | Include config.h first |
tree | commitdiff |
2006-01-06 |
Matthias Clasen | Fix a build problem on OS X. |
tree | commitdiff |
2006-01-05 |
Hans Breuer | added gslice.obj |
tree | commitdiff |
2006-01-05 |
Matthias Clasen | Clarify the documentation of source ids a bit. (#325874... |
tree | commitdiff |
2006-01-05 |
Matthias Clasen | Avoid use of varargs macro. (#325864, Kazuki IWAMOTO) |
tree | commitdiff |
2006-01-05 |
Manish Singh | glib/glib.symbols don't macroized g_access, g_chdir... |
tree | commitdiff |
2006-01-04 |
Tim Janik | don't reverse chunk order when creating magazines,... |
tree | commitdiff |
2006-01-03 |
Martyn James Russell | - Added new API g_thread_pool_get_idle_time() and |
tree | commitdiff |
2006-01-03 |
Matthias Clasen | Add new functions |
tree | commitdiff |
2006-01-03 |
Matthias Clasen | Small fixes |
tree | commitdiff |
2006-01-03 |
Michael Meeks | new method to determine if the current thread is the... |
tree | commitdiff |
2006-01-03 |
Matthias Clasen | Don't provide g_rmdir() as a macro expanding to rmdir... |
tree | commitdiff |
2006-01-01 |
Tor Lillqvist | Set the GIOChannels for stdout and stderr to unbuffered... |
tree | commitdiff |
2005-12-30 |
Matthias Clasen | Fix a copy-and-paste error in the docs. (#325273, Decla... |
tree | commitdiff |
2005-12-27 |
Matthias Clasen | Fix #316221, Michal Benes, Stanislav Brabec; |
tree | commitdiff |
2005-12-27 |
Matthias Clasen | Add a cast to silence compiler warnings. (#321978,... |
tree | commitdiff |
2005-12-27 |
Matthias Clasen | Partial fix for bug #32937, Bogdan Nicula. |
tree | commitdiff |
2005-12-26 |
Matthias Clasen | On Win32, include process.h (#325015, Kazuki Iwamoto) |
tree | commitdiff |
2005-12-21 |
Matthias Clasen | New function to sort tasks pushed into a threadpool... |
tree | commitdiff |
2005-12-20 |
Tim Janik | added mem_error() and mem_assert() to test and handle... |
tree | commitdiff |
2005-12-18 |
Matthias Clasen | Set an error in all failure cases. (#324332, Tim-Philip... |
tree | commitdiff |
2005-12-17 |
Sebastian Wilhelmi | Fix memory barrier position in g_atomic_int_get and... |
tree | commitdiff |
2005-12-16 |
Matthias Clasen | Don't return a pointer to a const struct, since apps... |
tree | commitdiff |
2005-12-15 |
Tim Janik | fixed conditional symbols definitions |
tree | commitdiff |
2005-12-15 |
Matthias Clasen | Document new atomic operations. |
tree | commitdiff |
2005-12-13 |
Tim Janik | added g_atomic_pointer_set() and g_atomic_int_set(... |
tree | commitdiff |
2005-12-09 |
Matthias Clasen | 2.9.1 GLIB_2_9_1 |
tree | commitdiff |
2005-12-09 |
Tim Janik | fix type inconsistency pointed out by gmorten |
tree | commitdiff |
2005-12-09 |
Alexander Larsson | Use G_GNUC_WARN_UNUSED_RESULT on list functions that... |
tree | commitdiff |
2005-12-07 |
Tim Janik | removed commit leftover |
tree | commitdiff |
2005-12-07 |
Martyn James Russell | - Call g_queue_insert_sorted() instead of duplicating... |
tree | commitdiff |
2005-12-07 |
Martyn James Russell | - Added g_list_insert_sorted_with_data () and |
tree | commitdiff |
2005-12-06 |
Matthias Clasen | Exempt GTK+ from the mem chunk deprecation, since we... |
tree | commitdiff |
2005-12-05 |
Matthias Clasen | Documentation updates. (#323291, Morten Welinder) |
tree | commitdiff |
2005-12-05 |
Matthias Clasen | Deprecate mem chunks |
tree | commitdiff |
2005-12-05 |
Matthias Clasen | Add versioned deprecation information |
tree | commitdiff |
2005-12-05 |
Martyn James Russell | - Added support for sorting async queues by with _push_... |
tree | commitdiff |
2005-12-05 |
Tim Janik | implement chain walking for arbitrary ->next pointer... |
tree | commitdiff |
2005-12-05 |
Matthias Clasen | Add some docs. |
tree | commitdiff |
2005-12-05 |
Matthias Clasen | Fix compiler warnings. |
tree | commitdiff |
2005-12-05 |
Behdad Esfahbod | Remove comma at the end of enum. |
tree | commitdiff |
2005-12-04 |
Matthias Clasen | Handle multiple user names with the same UID better... |
tree | commitdiff |
2005-12-04 |
Matthias Clasen | Add a macro to make gcc warn if a function result is... |
tree | commitdiff |
2005-12-03 |
Matthias Clasen | Deprecate g_cache_value_foreach. (#322956, Nicolas... |
tree | commitdiff |
2005-12-03 |
Matthias Clasen | Make mapping of empty files work. (#321530) |
tree | commitdiff |
2005-12-03 |
Matthias Clasen | Don't fork a new process just to fix the permissions... |
tree | commitdiff |
2005-12-02 |
Matthias Clasen | Remove support for Solaris threads. (#136971, Sebastian... |
tree | commitdiff |
next |