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
*
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
*
arrays are working, woot
Havoc Pennington
2004-12-28
2
-57
/
+126
*
sync busted marshaling work in progress
Havoc Pennington
2004-12-28
5
-153
/
+1103
*
* dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
Olivier Andrieu
2004-12-21
1
-1
/
+1
*
2004-12-19 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-12-19
7
-234
/
+657
*
back up some files I'm working on that don't do anything yet
Havoc Pennington
2004-12-19
5
-0
/
+4350
*
2004-12-18 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-12-19
4
-4
/
+21
*
2004-11-27 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-11-27
4
-6
/
+47
*
2004-11-26 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-11-27
1
-3
/
+4
*
2004-11-26 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-11-26
1
-5
/
+12
*
2004-11-26 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-11-26
1
-27
/
+62
*
2004-11-26 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-11-26
1
-1
/
+2
*
2004-11-26 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-11-26
4
-46
/
+258
*
2004-11-25 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-11-26
1
-1
/
+24
*
2004-11-25 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-11-26
16
-164
/
+575
*
2004-11-22 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-11-22
1
-7
/
+6
*
2004-11-13 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2004-11-13
3
-30
/
+74
*
add a little comment about WNOHANG/EINTR
Havoc Pennington
2004-11-10
1
-0
/
+3
*
2004-11-10 Colin Walters <walters@verbum.org>
Colin Walters
2004-11-10
1
-1
/
+5
*
2004-11-09 Colin Walters <walters@verbum.org>
Colin Walters
2004-11-09
4
-0
/
+59
[next]