Remove non-existing parameter from docs
[platform/upstream/glib.git] / gio /
2009-05-20 Alexander LarssonRemove non-existing parameter from docs
2009-05-20 Alexander LarssonAdd missing symbols to gio.symbols
2009-05-20 Alexander LarssonRemove protocol names, instead use an enum with common...
2009-05-20 Alexander LarssonClarify "current condition" in g_socket_create_source...
2009-05-20 Alexander LarssonActually implement max_threads for GThreadedSocketService
2009-05-20 Alexander LarssonAdd support for graceful disconnect to GTcpConnection
2009-05-20 Alexander LarssonCall sync close function directly in async implementation
2009-05-19 Alexander LarssonAdd send-data, a g_socket_client test case
2009-05-19 Alexander LarssonSet the listen backlog before calling listen.
2009-05-19 Alexander LarssonFix g_unix_socket_address_abstract_names_supported...
2009-05-19 Alexander LarssonAdd g_socket_shutdown
2009-05-19 Alexander LarssonDocument GOutputVector and GInputVector
2009-05-19 Alexander LarssonRename g_socket_check_pending_error to g_socket_check_c...
2009-05-19 Alexander LarssonUpdate docs on listen backlog
2009-05-19 Alexander LarssonRead socket state in g_socket_get_local/remote_address
2009-05-19 Alexander LarssonClean up refereces to @protocol_id in g_socket_new...
2009-05-18 Alexander LarssonIgnore error when setting SO_REUSEADDR
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...
next