Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * dbus/dbus-sysdeps-util-unix.c: Forgot to pass NULL as the second | John (J5) Palmieri | 2006-09-14 | 1 | -1/+1 |
| | | | | parameter to _dbus_close | ||||
* | * dbus/dbus-sysdeps-util-unix.c (_dbus_write_pid_file): | John (J5) Palmieri | 2006-09-14 | 1 | -1/+1 |
| | | | | use _dbus_close instead of close | ||||
* | * dbus/dbus-sysdeps-util-unix.c (_dbus_directory_get_next_file): | John (J5) Palmieri | 2006-09-13 | 1 | -12/+67 |
| | | | | use threadsafe readdir_r instead of readdir | ||||
* | * remove a bunch of todo items from the 1.0 list | John (J5) Palmieri | 2006-09-11 | 1 | -1/+2 |
| | |||||
* | * doc/TODO, various source files: Audited todo's and FIXME's and | John (J5) Palmieri | 2006-09-06 | 1 | -2/+2 |
| | | | | | | prepended the ones we should be looking at with 1.0. Those prepended with 1.0? need clerification or might not be needed for 1.0 | ||||
* | 2006-08-29 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2006-08-30 | 1 | -0/+740 |
* dbus/dbus-sysdeps-util.c, dbus/dbus-sysdeps-util-unix.c: change from Ralf Habacker to move UNIX-specific sysdeps into a separate file. |