Add support for abstract unix socket addresses
[platform/upstream/glib.git] / gio /
2009-05-18 Alexander LarssonAdd support for abstract unix socket addresses
2009-05-18 Alexander LarssonAdd GError to g_socket_address_to_native
2009-05-18 Alexander LarssonUpdate the docs for the new network APIs
2009-05-18 Alexander LarssonRemove gtk-doc warnings
2009-05-18 Alexander LarssonMake all non-static functions start with underscore
2009-05-18 Alexander LarssonRemove g_socket_set/get_reuse_address from header
2009-05-18 Alexander LarssonAdd max_threads argument to g_threaded_socket_service_new
2009-05-17 Paul PogonyshevFix error message in set_mtime_atime()
2009-05-15 Alexander LarssonAdd test apps for highlevel socket classes
2009-05-15 Alexander LarssonAdd references to highlevel classes in GSocket docs
2009-05-15 Alexander LarssonImport all the highlevel socket classes from gnio
2009-05-15 Alexander LarssonRemove unused variable
2009-05-15 Alexander LarssonInclude stdlib.h to avoid warning
2009-05-15 Alexander LarssonForgot to return the allocated data in async_op_wrapper_new
2009-05-15 Alexander LarssonMake cancellable pipe fds close-on-exec
2009-05-15 Alexander LarssonAdd padding to new classes
2009-05-15 Alexander LarssonAdd test apps for GSocket API
2009-05-15 Alexander LarssonFix deadlock in threaded resolver
2009-05-15 Alexander LarssonStore protocol by id, add lookup function for name
2009-05-14 Alexander LarssonMake GSocketSourceFunc return the GSocket
2009-05-14 Alexander LarssonSet optlen before calling getsockopt
2009-05-14 Alexander LarssonImport GInitable, GSocket and dependencies from gnio
2009-05-14 Alexander LarssonAdd g_network_address_parse
2009-05-14 Alexander LarssonAdd the new GFile ops to gio.symbols
2009-05-13 Alexander LarssonAdd tests for local GIOStream GFile ops
2009-05-13 Alexander LarssonLocal file implementation of GFileIOStream and ops
2009-05-13 Alexander LarssonAdd GIOStream operations to GFile
2009-05-13 Alexander LarssonAdd GFileIOStream class
2009-05-13 Alexander LarssonAdd comment about lifecycle issues for GIOStreams
2009-05-13 Alexander LarssonImport GIOStream from gnio
2009-05-13 Alexander LarssonRemove close in finalize, we do it in dispose
2009-05-12 Alexander LarssonRemove not actually used member "cancelled"
2009-05-06 Alexander LarssonFix gcancellable.c build on non-win32
2009-05-06 Alexander LarssonSimplify GCancellable support on win32
2009-05-05 Paul PogonyshevDon't try to ref NULL pointer in g_desktop_app_info_dup()
2009-05-05 Carlos GarnachoAdd a GMount::pre-unmount signal
2009-05-03 Matthias ClasenRelease 2.21.0
2009-05-03 Paul PogonyshevFix g_input_stream_skip_async() documentation
2009-05-03 Matthias ClasenMatch up parameter names to help gtk-doc
2009-05-03 Matthias ClasenPlug a memory leak in g_simple_async_result_set_op_res_...
2009-05-01 Dan WinshipMisc warning fixes
2009-04-30 Alexander LarssonEnsure g_inet_address_get_type() call is not optimized...
2009-04-29 David KingFix ginetaddress.c compile on Linux
2009-04-29 Alexander LarssonEnsure we're actually initializing the winsock library
2009-04-26 Dan WinshipFix the networking stuff on (current) OS X
2009-04-26 Dan WinshipFix ginetaddress.c compile on Solaris
2009-04-22 Johan BilienFix translation from GIO's file attr to xattr attributes
2009-04-22 Christian PerschUse P_ for translatable param spec strings
2009-04-22 Dan WinshipGResolver wrappers: GNetworkAddress, GNetworkService...
2009-04-22 Dan WinshipAdd GResolver, a glib-ish interface to DNS
2009-04-22 Dan WinshipAdd network address and socket types
2009-04-20 Alexander LarssonUse g_cancellable_connect/disconnect
2009-04-20 Alexander LarssonAdd helpers for connecting/disconnecting to cancelled...
2009-04-10 Matthias ClasenAdd a note about handling non-hal backends
2009-04-09 Gian Mario TagliarettiFix a typo in GFile docs
2009-04-08 Alexander LarssonOnly mark regular files as backup files
2009-04-03 Matthias ClasenMove hex_digits to rodata
2009-04-03 Matthias ClasenDon't lie about ext4 filesystems
2009-04-02 Alexander LarssonOn trash, if rename fails with EXDEV, return G_IO_ERROR...
2009-03-31 Matthias ClasenUpdate README files to refer to git
2009-03-26 Carlos GarnachoBug 575270 – GVolumeMonitor::mount-pre-unmount not...
2009-03-17 Colin WaltersBug 575708 - runaway inotify madness ...
2009-03-17 Alexander Larssonfix attributes argument of query_info methods to be...
2009-03-16 Alexander LarssonBug 575555 – Use fsync() when replacing files to avoid...
2009-03-13 Matthias Clasen2.20.0 GLIB_2_20_0
2009-03-04 Alexander LarssonBug 573843 – g_get_current_dir returns non-absolute...
2009-03-04 Alexander LarssonBug 573970 – crash in gunixvolumemonitor:update_mounts...
2009-03-03 Alexander LarssonBug 561172 – gnome-open fails on local URIs with anchors
2009-03-03 Alexander LarssonBug 562613 – Missing const modifier in string parameters
2009-03-03 Alexander LarssonHandle filesystems no supporting reporting how much...
2009-03-02 Matthias Clasen2.19.10 GLIB_2_19_10
2009-03-02 Matthias Clasen2.19.9 GLIB_2_19_9
2009-03-02 Matthias ClasenAdd a Since: tag
2009-03-02 Matthias ClasenUse a separate lock for extension point registration...
2009-03-01 Matthias ClasenFix docs
2009-02-27 Matthias ClasenClarify docs
2009-02-27 David ZeuthenFix up bug reference in previous commit
2009-02-27 David ZeuthenBug 540461 – GEmblemedIcon leak
2009-02-27 Alexander LarssonSplit out the extension point registration code to...
2009-02-26 Alexander LarssonBug 540461 – g_memory_output_stream_get_data_size(...
2009-02-26 Alexander LarssonBug 543183 – Clarify docs for g_file_has_prefix
2009-02-26 Alexander LarssonSupport desktop file key X-GIO-NoFuse which disables...
2009-02-25 Alexander LarssonBug 570073 – Add support for reading filesystems on...
2009-02-25 Paolo BorelliBug 570069 – wrong preprocessor directive in gio/glocal...
2009-02-23 Alexander LarssonRemove accidentally commited spew
2009-02-23 Matthias ClasenFix "it's" vs "its" confusion throughout the source...
2009-02-20 Alexander LarssonDon't ever sniff desktop files when the filename is...
2009-02-19 Ryan Lortieupdate gitignore
2009-02-19 Ryan Lortie8 spaces -> tab in ChangeLog
2009-02-19 Alexander LarssonBug 549298 – impossible to copy files with p (pipe...
2009-02-18 Alexander LarssonBug 560564 – Replacing a symlink with its linked file...
2009-02-17 Ryan Lortieunref the destination's attribute matcher before overwr...
2009-02-17 Matthias Clasen2.19.8 GLIB_2_19_8
2009-02-17 Ryan Lortiefix changelog date
2009-02-17 Matthias ClasenAdd missing exports
2009-02-17 Matthias Clasen2.19.7 GLIB_2_19_7
2009-02-17 Matthias ClasenAdd an "aborted" signal to abort a mount operation...
2009-02-16 Ryan LortieBug 505042 – add file attribute for actually used file...
2009-02-16 Ryan LortieBug 571598 – GAsyncResult with NULL gobject
2009-02-12 Matthias ClasenCope with EEXIST == ENOTEMPTY. Reported by Nicolas...
next