summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)AuthorFilesLines
2009-06-18syntax fix in documentationBenjamin Otte1-1/+1
2009-06-18fix typo in documentationBenjamin Otte1-1/+1
2009-06-18clarify documentationBenjamin Otte1-1/+2
2009-06-15Add g_setenvMatthias Clasen1-1/+1
2009-06-15Bug 585591 – Starting/stopping drivesDavid Zeuthen10-4/+650
2009-06-15Fix incorrect freeing of thread pool in GThreadedSocketService (#584255)Ondrej Jirman1-1/+1
2009-06-15Emit changed in g_socket_listener_add_socket, not in add_addressAlexander Larsson1-3/+4
2009-06-15Ref the passed in socket in g_socket_listener_add_socket (#585599)Alexander Larsson1-5/+18
2009-06-15Add bound address out-argument to g_socket_listener_add_address (#585566)Alexander Larsson2-0/+21
2009-06-15Avoid unnecessary work if mount watching not specified (#585360)Alexander Larsson2-4/+26
2009-06-15Support special icons for xdg user dirsMatthias Clasen1-2/+16
2009-06-15Don't use deprecated GLib apiMatthias Clasen1-1/+1
2009-06-15Fix the icon property implementationMatthias Clasen1-1/+2
2009-06-15Trivial formatting fixesMatthias Clasen1-32/+31
2009-06-14Include sys/uio.h for struct iovecMatthias Clasen1-0/+2
2009-06-14Use inotify_init1 when availableMatthias Clasen1-2/+7
2009-06-14Add GNIO test cases to .gitignoreRyan Lortie1-0/+7
2009-06-12Bug 585575 – g_socket_listener_add_inet_port()Ryan Lortie1-38/+126
2009-06-12add g_socket_speaks_ipv4()Ryan Lortie3-0/+50
2009-06-12make all APIs that take inet port arguments take a guint16Benjamin Otte4-8/+8
2009-06-12don't make strings const when they are notBenjamin Otte1-2/+2
2009-06-11Fix an oversight in the previous commitMatthias Clasen1-4/+0
2009-06-10Include sys/types.h in gunixfdmessage.cMatthias Clasen1-0/+1
2009-06-10Make setting DISPLAY workMatthias Clasen1-183/+49
2009-06-09Revert part of fix for old OS X that broke the compile on current OS XDan Winship1-7/+1
2009-06-09Bug 585189 – g_cancellable_reset() must be called in same thread ...Benjamin Otte1-4/+4
2009-06-08typo in documentationBenjamin Otte1-1/+1
2009-06-08only query file info in g_file_copy() when we need itBenjamin Otte1-15/+19
2009-06-01Reformat g_themed_icon_get_names return type to make gtk-doc workAlexander Larsson1-1/+1
2009-06-01Fix multiple bugs in g_srv_target_list_sort()Dan Winship3-50/+205
2009-06-01Clarify some GSocket docsDan Winship1-98/+120
2009-06-01Misc networking build fixesDan Winship8-23/+28
2009-06-01Bump _WIN32_WINNT to 0x0501Tor Lillqvist1-1/+1
2009-05-30Updated msvc build filesHans Breuer2-43/+74
2009-05-30Version resource template for gioHans Breuer1-0/+30
2009-05-30Handle EAI_NODATA==EAI_NONAME in win32 SDKHans Breuer1-0/+2
2009-05-30Include io.h for write() on win32Hans Breuer1-0/+1
2009-05-30Replace FIXME with proper SDK version defineHans Breuer1-1/+1
2009-05-28Another pedantic docs fixMatthias Clasen1-1/+1
2009-05-28Ref the right type in g_socket_control_message_deserializeAlexander Larsson1-1/+1
2009-05-28Document g_socket_control_message_deserializeAlexander Larsson1-5/+13
2009-05-28Fix string length bugs in GWinHttpFile (#580347)Shixin Zeng1-5/+5
2009-05-28Fix make checkMatthias Clasen11-9/+21
2009-05-27Fix references to nonexisting functionsMatthias Clasen1-3/+3
2009-05-27Documentation and coding style fixupsMatthias Clasen36-762/+954
2009-05-27Correct reference and implement close_fn (#578769)Hans Breuer2-2/+26
2009-05-25Remove mention of non-existing calls from docsAlexander Larsson3-22/+19
2009-05-25Don't end enum with comma (#583663)Alexander Larsson1-1/+1
2009-05-25Don't return something from a void function (#583408)Alexander Larsson1-1/+1
2009-05-25Add g_inet_address_get_native_size (#583205)Alexander Larsson3-1/+24