| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #611521 - Free Gio::SlotFileProgress (and friends) at completion | Debarshi Ray | 2010-03-08 | 1 | -12/+56 |
* | Gio::MemoryInputStream::add_data(): Minor documentation fix. | Michael | 2010-02-22 | 1 | -5/+4 |
* | IOStream: get_input_stream(), get_output_stream(): Fix reference counting. | Murray Cumming | 2010-02-06 | 1 | -2/+2 |
* | MemoryOutputStream: Add properties. | Murray Cumming | 2010-02-06 | 2 | -3/+55 |
* | MemoryOutputStream: Fix the constructor. | Murray Cumming | 2010-02-06 | 1 | -2/+2 |
* | UnixInputStream: Fix the constructor. | Murray Cumming | 2010-02-05 | 1 | -2/+2 |
* | Add TODO | Murray Cumming | 2010-02-05 | 1 | -0/+2 |
* | Regenerated method .defs. Added a Resolver signal. | Murray Cumming | 2010-01-29 | 6 | -387/+623 |
* | Use 0 instead of NULL. | Murray Cumming | 2010-01-29 | 19 | -190/+190 |
* | Use Glib::unwrap() instead of ->gobj(), | Murray Cumming | 2010-01-29 | 18 | -128/+128 |
* | File: Added has_parent() and supports_thread_contexts(). | Murray Cumming | 2010-01-29 | 2 | -0/+18 |
* | File: Added start_mountable(), stop_mountable(), poll_mountable(). | Murray Cumming | 2010-01-28 | 6 | -7/+231 |
* | file.hg: Correct/Add newin2p* doxygen comments. | Murray Cumming | 2010-01-28 | 1 | -6/+22 |
* | File: Added create_file_readwrite() and creat_file_readwrite_async(). | Murray Cumming | 2010-01-28 | 2 | -7/+180 |
* | unmount_mountable(), eject_mountable(): Add overrides with MountOperation. | Murray Cumming | 2010-01-28 | 2 | -29/+176 |
* | File, Cancellable: Added some new methods. | Murray Cumming | 2010-01-28 | 3 | -0/+254 |
* | Bug #606100 - Fix wrapping properties. | Krzesimir Nowak | 2010-01-06 | 3 | -2/+3 |
* | A bunch of minor doxygen cleanups around the tree | Jonathon Jongsma | 2010-01-03 | 18 | -48/+33 |
* | wrap g_socket_connection_factory_create_connection() | Jonathon Jongsma | 2010-01-03 | 1 | -1/+4 |
* | Add non-cancellable versions of a bunch of SocketClient functions | Jonathon Jongsma | 2010-01-03 | 2 | -6/+133 |
* | Wrap missing properties of SocketClient, SocketConnection, SocketListener | Jonathon Jongsma | 2010-01-02 | 3 | -0/+10 |
* | Wrap ThreadedSocketService | Jonathon Jongsma | 2010-01-02 | 4 | -0/+122 |
* | Wrap SocketService | Jonathon Jongsma | 2010-01-02 | 3 | -0/+105 |
* | Re-generate gio signal defs | Jonathon Jongsma | 2010-01-02 | 1 | -0/+210 |
* | Accidentally marked wrong SocketConnection as non-win32 | Jonathon Jongsma | 2010-01-02 | 2 | -1/+2 |
* | Wrap SocketListener | Jonathon Jongsma | 2010-01-02 | 3 | -0/+680 |
* | Wrap SocketClient, SocketConnection, TcpConnection, UnixConnection | Jonathon Jongsma | 2010-01-02 | 10 | -0/+430 |
* | _IGNORE a couple API that we've implemented manually | Jonathon Jongsma | 2010-01-02 | 2 | -2/+2 |
* | Wrap Gio::Mount::get_default_location() | Jonathon Jongsma | 2010-01-02 | 1 | -0/+2 |
* | Re-generate gio_docs.xml | Jonathon Jongsma | 2010-01-02 | 1 | -1503/+3682 |
* | Regenerate gio_methods.defs, bump glib requirement | Jonathon Jongsma | 2010-01-02 | 1 | -10/+396 |
* | Take an extra ref from the return of g_inet_socket_address_get_address | Jonathon Jongsma | 2010-01-02 | 1 | -2/+2 |
* | Add socket-server example | Jonathon Jongsma | 2010-01-02 | 2 | -5/+15 |
* | Add socket-client example | Jonathon Jongsma | 2010-01-02 | 2 | -1/+56 |
* | ifdef-out inclusion of files not available on Windows in giomm.h | Armin Burgmeier | 2009-12-17 | 1 | -3/+7 |
* | Make build successful when exceptions, vfuncs, etc. are disabled. | José Alburquerque | 2009-12-04 | 4 | -3/+77 |
* | Re-enable network IO stuff (Socket, Resolver, etc) | Jonathon Jongsma | 2009-11-28 | 6 | -1/+56 |
* | Re-enable network IO stuff (GSocket, etc) | Jonathon Jongsma | 2009-11-28 | 1 | -0/+11 |
* | fix distcheckglibmm-2.21.5 | Jonathon Jongsma | 2009-09-08 | 2 | -21/+0 |
* | disable network io stuff. punt to next release | Jonathon Jongsma | 2009-09-08 | 1 | -11/+13 |
* | Add Network I/O classes to new documentation module | Jonathon Jongsma | 2009-09-08 | 9 | -0/+12 |
* | Implement Gio::Socket ctors using Gio::Initable | Daniel Elstner | 2009-09-08 | 5 | -37/+56 |
* | Change documentation host to library.gnome.org | Daniel Elstner | 2009-08-25 | 2 | -2/+2 |
* | Deprecate wrapper methods of deprecated functions | Daniel Elstner | 2009-08-21 | 3 | -0/+24 |
* | Use mm-common macro for --disable-deprecated-api | Daniel Elstner | 2009-08-21 | 1 | -0/+3 |
* | Rename @since back to @newin | Daniel Elstner | 2009-08-20 | 52 | -77/+77 |
* | Substitute API version in filenames dynamically | Daniel Elstner | 2009-08-20 | 3 | -4/+4 |
* | Prepend tools/pm/ to Perl include path | Daniel Elstner | 2009-08-18 | 1 | -1/+1 |
* | Implement parametric Doxygen alias @since{m,n} | Daniel Elstner | 2009-08-18 | 52 | -77/+77 |
* | Define GLIBMM_BUILD and GIOMM_BUILD | Daniel Elstner | 2009-08-16 | 1 | -1/+1 |