index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eglib
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add missing guint8 and guint16 types
Marcel Holtmann
2008-06-03
1
-0
/
+2
|
*
Implement g_key_file_get_string_list
Johan Hedberg
2008-05-16
1
-1
/
+25
|
*
Add g_renew
Johan Hedberg
2008-05-16
1
-0
/
+2
|
*
Implement g_strfreev and add stub for g_key_file_get_string_list
Johan Hedberg
2008-05-16
2
-1
/
+26
|
*
Better integer/pointer wrapping functions
Marcel Holtmann
2008-05-15
1
-6
/
+4
|
*
Added GUINT_TO_POINTER macro
Cidorvan Leite
2008-05-15
1
-0
/
+4
|
*
Added GPOINTER_TO_UINT macro
Cidorvan Leite
2008-05-15
1
-0
/
+4
|
*
Introduce g_key_file_get_integer to eglib.
Luiz Augusto von Dentz
2008-05-14
2
-0
/
+24
|
*
Added g_ascii_strup function to eglib
Cidorvan Leite
2008-05-07
2
-0
/
+19
|
*
Introduce g_io_channel_set_flags to eglib.
Luiz Augusto von Dentz
2008-04-23
2
-15
/
+74
|
*
eglib: adding filename related functions for loading dynamic libraries.
Vinicius Gomes
2008-03-26
2
-4
/
+67
|
*
Import functions correctly
Marcel Holtmann
2008-03-11
2
-2
/
+6
|
*
Fix memory leaks and coding style in eglib
Marcel Holtmann
2008-03-11
2
-25
/
+31
|
*
Add g_dir* and g_str_has_prefix functions to eglib.
Luiz Augusto von Dentz
2008-03-11
4
-0
/
+106
|
*
eglib: Fixing a warning in the g_strsplit, caused by the overflow of setting ↵
Vinicius Gomes
2008-03-11
1
-14
/
+14
|
|
|
|
a int variable to SSIZE_MAX.
*
Make new eglib functions available in gmain.h
Luiz Augusto von Dentz
2008-03-11
1
-0
/
+3
|
*
Add implemention of g_str_equal, g_strsplit and g_strconcat to eglib.
Luiz Augusto von Dentz
2008-03-11
1
-0
/
+87
|
*
Make sure that sizeof(struct _GMarkupParseContext) > 0
Johan Hedberg
2008-03-05
1
-0
/
+1
|
*
Implement empty stubs for a minimal set of GMarkup functions
Johan Hedberg
2008-03-05
2
-0
/
+89
|
*
Move GModule code to gmodule.c and gmodule.h
Johan Hedberg
2008-02-01
5
-85
/
+97
|
*
Add GModule support to eglib
Johan Hedberg
2008-02-01
2
-0
/
+85
|
*
Add missing macros, MIN, MAX, ABS and CLAMP to eglib.
Luiz Augusto von Dentz
2007-12-12
1
-0
/
+12
|
*
g_strdup_printf should not return NULL on OOM
Johan Hedberg
2007-08-23
1
-1
/
+1
|
*
Fix missing eglib functions
Marcel Holtmann
2007-08-23
2
-19
/
+28
|
*
Add dummy functions for g_strdelimit() and g_strdup_printf()
Marcel Holtmann
2007-08-22
2
-0
/
+17
|
*
Implement some missing functions
Johan Hedberg
2007-08-16
2
-0
/
+8
|
*
Add missing list functions
Marcel Holtmann
2007-05-25
2
-1
/
+36
|
*
Add g_slist_nth, g_slist_nth_data, g_slist_last and g_slist_position ↵
Luiz Augusto von Dentz
2007-05-18
2
-0
/
+42
|
|
|
|
functions to eglib.
*
Implement eglib versions of needed GString functions
Johan Hedberg
2007-05-03
2
-0
/
+125
|
*
Minor coding style cleanup
Johan Hedberg
2007-05-03
2
-4
/
+6
|
*
Make eglib g_io_channel_unref behave as its glib counterpart with respect to ↵
Johan Hedberg
2007-01-24
1
-2
/
+2
|
|
|
|
a NULL parameter
*
Fix g_spawn_async error reporting
Johan Hedberg
2007-01-21
1
-1
/
+5
|
*
Fix g_key_file_parse_string (again)
Johan Hedberg
2007-01-21
1
-1
/
+1
|
*
Fix eglib g_key_file_get_string group detection
Johan Hedberg
2007-01-21
1
-1
/
+1
|
*
Small fix for g_key_file_get_string
Johan Hedberg
2007-01-21
1
-0
/
+1
|
*
Cleanup for g_text_file_get_string
Johan Hedberg
2007-01-21
1
-26
/
+51
|
*
Excplicitly close only fd's > 2
Johan Hedberg
2007-01-21
1
-1
/
+1
|
*
Fix get_boolean "true" mapping
Johan Hedberg
2007-01-21
1
-1
/
+1
|
*
First go at somewhat functional g_key_file_* impementation
Johan Hedberg
2007-01-21
2
-13
/
+122
|
*
Cleanup GKeyFile stuff so real implementation can start
Johan Hedberg
2007-01-21
2
-40
/
+24
|
*
Get rid of g_strfreev too
Johan Hedberg
2007-01-21
2
-14
/
+0
|
*
Get rid of g_shell_parse_argv and g_strdup_printf since they are not needed ↵
Johan Hedberg
2007-01-21
2
-34
/
+0
|
|
|
|
anymore
*
Further fixes to g_spawn_async
Johan Hedberg
2007-01-21
1
-3
/
+15
|
*
More g_spawn_async functionality
Johan Hedberg
2007-01-21
1
-7
/
+31
|
*
First step of g_spawn_async implementation
Johan Hedberg
2007-01-21
1
-0
/
+27
|
*
make child_watch() static
Johan Hedberg
2007-01-21
1
-1
/
+1
|
*
Implement GChildWatch
Johan Hedberg
2007-01-21
1
-47
/
+191
|
*
eglib fixes
Johan Hedberg
2007-01-20
2
-2
/
+15
|
*
Add eglib g_io_channel_write implementation
Johan Hedberg
2007-01-20
1
-2
/
+33
|
*
Use glib memory allocation for gmain.c
Johan Hedberg
2007-01-20
1
-59
/
+19
|
[next]