index
:
dbus.git
master
Lennart's Copy of dbus
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
2005-01-16 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-17
24
-5626
/
+6491
*
2005-01-16 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-17
7
-357
/
+493
*
2005-01-16 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-17
9
-43
/
+32
*
2005-01-16 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-16
5
-602
/
+32
*
2005-01-16 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-16
11
-124
/
+261
*
2005-01-15 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-16
6
-69
/
+101
*
2005-01-15 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-15
32
-9580
/
+6030
*
fix doh! in test for double parsing
Havoc Pennington
2005-01-11
1
-2
/
+2
*
2005-01-11 Joe Shaw <joeshaw@novell.com>
Joe Shaw
2005-01-11
1
-13
/
+2
*
2005-01-03 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-03
1
-1
/
+1
*
2004-12-26 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-03
1
-1
/
+1
*
add a file to hold the validation routines
Havoc Pennington
2005-01-03
3
-3
/
+84
*
2005-01-03 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-03
3
-2
/
+37
*
finish off my TODO list for stuff needed to port dbus-message.c. Next
Havoc Pennington
2005-01-03
4
-192
/
+486
*
just when the file was looking all beautiful, add horrible hacky code to
Havoc Pennington
2005-01-03
3
-136
/
+816
*
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
2
-175
/
+348
*
values-only DBusTypeWriter
Havoc Pennington
2005-01-02
2
-51
/
+171
*
minor cleanup
Havoc Pennington
2005-01-02
2
-49
/
+77
*
clean up the naming of dbus_marshal functions
Havoc Pennington
2005-01-02
3
-152
/
+149
*
delete some more noise, put args in consistent order (a big bug trap sadly),
Havoc Pennington
2005-01-02
4
-688
/
+806
*
cleanups and fixes
Havoc Pennington
2005-01-02
2
-98
/
+139
*
implement _dbus_type_writer_write_reader() (to copy a block of values)
Havoc Pennington
2005-01-02
4
-108
/
+300
*
change strings to be marshaled consistently with the other basic types (addre...
Havoc Pennington
2005-01-02
2
-14
/
+19
*
make reader const-correct
Havoc Pennington
2005-01-02
2
-55
/
+91
*
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
4
-68
/
+272
*
chop dbus-marshal-basic in half and move it to be insertion rather than appen...
Havoc Pennington
2005-01-01
4
-2314
/
+662
*
voc Pennington <hp@redhat.com>
Havoc Pennington
2005-01-01
1
-0
/
+15
*
all types now unit tested and working.
Havoc Pennington
2005-01-01
2
-55
/
+604
*
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
3
-6
/
+116
*
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
*
2004-12-31 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-12-31
2
-1
/
+64
*
use vtable instead of flags for types only iterators
Havoc Pennington
2004-12-31
2
-109
/
+144
*
add "types only" TypeReader, will move to use a vtable instead of a flag in a...
Havoc Pennington
2004-12-31
2
-74
/
+145
*
- add variant reader
Havoc Pennington
2004-12-30
2
-7
/
+48
*
store writer container_type in one byte to shrink iterator
Havoc Pennington
2004-12-30
1
-1
/
+1
*
remove unused element_type_len field
Havoc Pennington
2004-12-30
2
-3
/
+1
*
- remove DICT type
Havoc Pennington
2004-12-30
5
-217
/
+227
*
DBusTypeWriterClass isn't going to work well, so remove vestiges of it.
Havoc Pennington
2004-12-29
2
-2
/
+10
*
switch to a vtable approach for the reader
Havoc Pennington
2004-12-29
2
-309
/
+368
*
put it in the test suite arrays (ok, I need to rewrite the unit tests here to...
Havoc Pennington
2004-12-29
1
-1
/
+13
*
struct of array of struct and array of struct of array
Havoc Pennington
2004-12-29
1
-14
/
+361
*
checkpoint with array-of-struct working
Havoc Pennington
2004-12-29
2
-232
/
+446
[next]