index
:
dbus.git
master
Lennart's Copy of dbus
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dbus
/
dbus-marshal-recursive.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
2007-06-12 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2007-06-12
1
-7
/
+20
*
2007-06-12 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2007-06-12
1
-2
/
+6
*
* dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass): fix mispaced cons...
Ralf Habacker
2006-12-31
1
-1
/
+1
*
2006-10-21 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2006-10-21
1
-1
/
+1
*
2006-10-21 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2006-10-21
1
-3
/
+3
*
2006-10-19 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2006-10-20
1
-2
/
+2
*
2006-10-17 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2006-10-17
1
-10
/
+10
*
* dbus/dbus-marshal-recursive-util.c, dbus/dbus-marshal-recursive.c:
John (J5) Palmieri
2006-09-11
1
-120
/
+9
*
* s/D-BUS/D-Bus/g
John (J5) Palmieri
2006-08-03
1
-2
/
+2
*
2005-05-11 Colin Walters <walters@verbum.org>
Colin Walters
2005-05-11
1
-0
/
+15
*
2005-03-09 Colin Walters <walters@verbum.org>
Colin Walters
2005-03-09
1
-4
/
+4
*
2005-02-24 Colin Walters <walters@verbum.org>
Colin Walters
2005-02-24
1
-5
/
+21
*
2005-01-28 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-28
1
-25
/
+127
*
2005-01-26 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-27
1
-1
/
+1
*
2005-01-24 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-24
1
-1
/
+1
*
2005-01-17 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-17
1
-38
/
+23
*
2005-01-16 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-17
1
-2922
/
+1
*
2005-01-16 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-17
1
-23
/
+7
*
2005-01-16 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-16
1
-43
/
+131
*
2005-01-15 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-16
1
-31
/
+52
*
2005-01-15 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-15
1
-180
/
+758
*
finish off my TODO list for stuff needed to port dbus-message.c. Next
Havoc Pennington
2005-01-03
1
-82
/
+258
*
just when the file was looking all beautiful, add horrible hacky code to
Havoc Pennington
2005-01-03
1
-97
/
+763
*
cleanup args to read func in test suite
Havoc Pennington
2005-01-03
1
-40
/
+40
*
checkpoint set_variable_length work
Havoc Pennington
2005-01-03
1
-146
/
+311
*
values-only DBusTypeWriter
Havoc Pennington
2005-01-02
1
-29
/
+142
*
minor cleanup
Havoc Pennington
2005-01-02
1
-48
/
+75
*
clean up the naming of dbus_marshal functions
Havoc Pennington
2005-01-02
1
-38
/
+39
*
delete some more noise, put args in consistent order (a big bug trap sadly),
Havoc Pennington
2005-01-02
1
-51
/
+115
*
cleanups and fixes
Havoc Pennington
2005-01-02
1
-73
/
+116
*
implement _dbus_type_writer_write_reader() (to copy a block of values)
Havoc Pennington
2005-01-02
1
-91
/
+249
*
change strings to be marshaled consistently with the other basic types (addre...
Havoc Pennington
2005-01-02
1
-6
/
+9
*
make reader const-correct
Havoc Pennington
2005-01-02
1
-24
/
+58
*
extend unit test to display progress and to verify that we are inserting not ...
Havoc Pennington
2005-01-02
1
-73
/
+225
*
add DBusTypeMark
Havoc Pennington
2005-01-02
1
-42
/
+188
*
chop dbus-marshal-basic in half and move it to be insertion rather than appen...
Havoc Pennington
2005-01-01
1
-67
/
+36
*
all types now unit tested and working.
Havoc Pennington
2005-01-01
1
-49
/
+537
*
add more "subclassing" to the test node classes
Havoc Pennington
2005-01-01
1
-236
/
+106
*
yay, variant values working before the new year.
Havoc Pennington
2005-01-01
1
-45
/
+157
*
minor tweaking
Havoc Pennington
2005-01-01
1
-5
/
+70
*
add int64 to test suites, fix minor bug where marshaling assumed that DBusOct...
Havoc Pennington
2005-01-01
1
-1
/
+97
*
remove old unit test code, and clean up whitespace
Havoc Pennington
2005-01-01
1
-1496
/
+182
*
test framework extension
Havoc Pennington
2005-01-01
1
-122
/
+378
*
further extend tests
Havoc Pennington
2004-12-31
1
-50
/
+469
*
new test framework in place
Havoc Pennington
2004-12-31
1
-38
/
+611
*
use vtable instead of flags for types only iterators
Havoc Pennington
2004-12-31
1
-107
/
+144
*
add "types only" TypeReader, will move to use a vtable instead of a flag in a...
Havoc Pennington
2004-12-31
1
-69
/
+136
*
- add variant reader
Havoc Pennington
2004-12-30
1
-2
/
+41
*
remove unused element_type_len field
Havoc Pennington
2004-12-30
1
-1
/
+0
*
- remove DICT type
Havoc Pennington
2004-12-30
1
-112
/
+183
[next]