[glib/gvariant] (160 commits) ...Merge branch 'master' into gvariant



Summary of changes:

  9a15da5... Fix ginetaddress.c compile on Solaris (*)
  7c9caec... Fix the networking stuff on (current) OS X (*)
  61f1300... Fix socket-related configure tests on old platforms (*)
  5a368d4... Minor fixes to Catalan translation (*)
  49dfb50... Bug 580453 â?? Hash and equal functions for gint64 and gdou (*)
  d80e121... Ensure we're actually initializing the winsock library (*)
  402847c... Bug 580450 â?? Reference counting and boxed types for array (*)
  97fe421... Fix ginetaddress.c compile on Linux (*)
  d8029ca... Ensure g_inet_address_get_type() call is not optimized away (*)
  8369977... Patch originally committed only to the ChangeLog & tests .. (*)
  36cb01f... Add README and INSTALL to .gitignore since they are autogen (*)
  92ac8d1... Misc warning fixes (*)
  dc02797... Updated Spanish translation (*)
  ff10433... Bump version to 2.21.0 (*)
  fab0506... Update NEWS (*)
  a4ac1b0... Fix reference to g_strtoull (*)
  2dfce32... Accept NULL as empty string list (*)
  79ef3d3... Correct g_utf8_to_utf16 docs (*)
  2e4b51a... Plug a memory leak in g_simple_async_result_set_op_res_gpoi (*)
  2e4855e... Add bug references (*)
  3f06ddd... Match up parameter names to help gtk-doc (*)
  b3fc55c... Updating Estonian translation (*)
  d1e6e19... Updated Czech translation (*)
  008ae16... Add new functions (*)
  f33a484... Fix up tests forgotten in Michaels commit (*)
  4e694fa... Fix g_input_stream_skip_async() documentation (*)
  a28215f... Release 2.21.0 (*)
  757f928... Bump version to 2.21.1 (*)
  4ecec3b... Updated Oriya Translation. (*)
  d89cc0d... Add a GMount::pre-unmount signal (*)
  2fff302... Don't try to ref NULL pointer in g_desktop_app_info_dup() (*)
  e10edef... Simplify GCancellable support on win32 (*)
  b3e4b76... Fix gcancellable.c build on non-win32 (*)
  0030935... Make glibconfig.h.win32.in match the generated one. (*)
  2bbb856... Remove not actually used member "cancelled" (*)
  1ecfae6... Remove close in finalize, we do it in dispose (*)
  05f544c... Import GIOStream from gnio (*)
  6d0bebb... Add comment about lifecycle issues for GIOStreams (*)
  bd0b8c6... Add GFileIOStream class (*)
  7a2d488... Add GIOStream operations to GFile (*)
  14d58d5... Local file implementation of GFileIOStream and ops (*)
  ed08218... Add tests for local GIOStream GFile ops (*)
  80a484a... Add the new GFile ops to gio.symbols (*)
  33c00e5... Add g_network_address_parse (*)
  145cec3... Import GInitable, GSocket and dependencies from gnio (*)
  7ffdc91... Set optlen before calling getsockopt (*)
  bd87df9... Make GSocketSourceFunc return the GSocket (*)
  f662e7e... Store protocol by id, add lookup function for name (*)
  a258ec3... Fix deadlock in threaded resolver (*)
  8f67f47... Add test apps for GSocket API (*)
  23424e7... Add padding to new classes (*)
  a48fc53... Make cancellable pipe fds close-on-exec (*)
  d3a2c45... Forgot to return the allocated data in async_op_wrapper_new (*)
  4ade78f... Include stdlib.h to avoid warning (*)
  2597e3a... Remove unused variable (*)
  ce83612... Import all the highlevel socket classes from gnio (*)
  67df7d4... Add references to highlevel classes in GSocket docs (*)
  34e7437... Add test apps for highlevel socket classes (*)
  5b683af... Fix error message in set_mtime_atime() (*)
  13cb011... Add max_threads argument to g_threaded_socket_service_new (*)
  66d49b8... Remove g_socket_set/get_reuse_address from header (*)
  c3f4e01... Make all non-static functions start with underscore (*)
  822abda... Add more internal headers for gtk-doc to ignore (*)
  e1afc6e... Remove gtk-doc warnings (*)
  6ea86cc... Update the docs for the new network APIs (*)
  eefd7cd... Updated Spanish translation (*)
  d8bdc3e... Add GError to g_socket_address_to_native (*)
  f24c7fa... Add support for abstract unix socket addresses (*)
  3756ddb... Ignore error when setting SO_REUSEADDR (*)
  f8cd1c5... Clean up refereces to @protocol_id in g_socket_new docs (*)
  69130db... Read socket state in g_socket_get_local/remote_address (*)
  bcba61c... Update docs on listen backlog (*)
  e1a4389... Rename g_socket_check_pending_error to g_socket_check_conne (*)
  03441e7... Document GOutputVector and GInputVector (*)
  0ffe722... Add g_socket_shutdown (*)
  64383fa... Fix g_unix_socket_address_abstract_names_supported docs (*)
  18373cf... Set the listen backlog before calling listen. (*)
  fdfdec3... Add send-data, a g_socket_client test case (*)
  f061765... Call sync close function directly in async implementation (*)
  053f9e7... Add support for graceful disconnect to GTcpConnection (*)
  8088182... Actually implement max_threads for GThreadedSocketService (*)
  6d01593... Clarify "current condition" in g_socket_create_source docs (*)
  5cd86fb... Remove protocol names, instead use an enum with common prot (*)
  9346f46... Add missing types to gio.types (*)
  9d36c86... Add missing symbols to gio.symbols (*)
  2ea22d8... Remove non-existing parameter from docs (*)
  25800ed... Ignore SIGPIPE when using GSocket (*)
  9033b37... Add helper functions for connecting to service (#583061) (*)
  0a280da... docs: fix typo (*)
  c20b8d4... Check that close_fn is not %NULL before calling (#578499) (*)
  80cfd09... Use g_set_error_literal (*)
  1cbdd24... Preserve errno when using g_set_error with _() and g_strerr (*)
  cb7a300... Don't return something from void function (#583229) (*)
  2be66c0... Typedef GResolverClass in the standard way (*)
  7498049... Propagate errors from g_network_service_address_enumerator_ (*)
  6a9df82... Use G_GSSIZE_FORMAT where needed (#577884) (*)
  d0d10e8... Take a reference on the gio file monitors while signaling p (*)
  ab29e09... Don't dereference identifier_type if it is NULL (#579558) (*)
  5a46e4d... Clarify g_cancellable_push_current docs wrt cancellable bei (*)
  c897cca... Don't add unix specific APIs on win32 (*)
  bb66fdc... Fix build on win32 (*)
  14d53dc... Fix connect on win32 (*)
  01b79d6... Make g_error_new_valist public (*)
  54b4322... Use g_error_new_valist instead of a private copy of it (*)
  d046bfe... Document g[u]intptr (*)
  fc9a888... Add G_G[U]INTPTR_FORMAT and G_GINTPTR_MODIFIER (*)
  76ebe6c... Plug a mem leak (*)
  37bd225... Fix grammar in error message (*)
  bde3e9c... Updated Spanish translation (*)
  fb70c64... Added Valencian-Catalan translation (*)
  ce17119... Add g_inet_address_get_native_size (#583205) (*)
  c93c987... Don't return something from a void function (#583408) (*)
  3c0feca... Don't end enum with comma (#583663) (*)
  f99be75... Remove mention of non-existing calls from docs (*)
  623f99d... Add required defines on solaris for GSocket to build (#5828 (*)
  209a662... Correct reference and implement close_fn (#578769) (*)
  00151ec... Fix a locking problem in g_main_context_iterate() (*)
  eecbbb0... Fix the an index title (*)
  0614490... Documentation and coding style fixups (*)
  576839a... Fix references to nonexisting functions (*)
  a39670d... Update for 2.21.1 (*)
  a859f88... Fix make check (*)
  dbe7408... Fix string length bugs in GWinHttpFile (#580347) (*)
  390549f... Document g_socket_control_message_deserialize (*)
  d32226d... Ref the right type in g_socket_control_message_deserialize (*)
  62abf79... Another pedantic docs fix (*)
  479c455... Update NEWS once more (*)
  33a2f5a... Release 2.21.1 (*)
  661bb52... Bump version (*)
  f4e89ab... Replace FIXME with proper SDK version define (*)
  136793c... Simplified for pre-built package use (*)
  cbca0ac... Include io.h for write() on win32 (*)
  73dbe59... Handle EAI_NODATA==EAI_NONAME in win32 SDK (*)
  7801854... Version resource template for gio (*)
  75ef018... Updated msvc build files (*)
  4a50bab... Define fstat() for msvc build (*)
  8581611... Bump _WIN32_WINNT to 0x0501 (*)
  5b3d62a... Misc networking build fixes (*)
  1ca91a2... Clarify some GSocket docs (*)
  ce6fbd6... Fix multiple bugs in g_srv_target_list_sort() (*)
  0bb5739... Reformat g_themed_icon_get_names return type to make gtk-do (*)
  29a4a0a... only query file info in g_file_copy() when we need it (*)
  74fd3e7... typo in documentation (*)
  139af6f... update the overview image of the gio docs (*)
  7d4b706... Updated Bengali India Translations (*)
  ced88fd... Bug 585189 â?? g_cancellable_reset() must be called in same (*)
  059ec81... move start_element emission out into a new (inlined) functi (*)
  74a3c71... Revert part of fix for old OS X that broke the compile on c (*)
  ff2532a... Updated Norwegian bokmål translation. (*)
  83ae249... Support automake 1.11 (*)
  d3d81f7... Make setting DISPLAY work (*)
  9e43937... Include sys/types.h in gunixfdmessage.c (*)
  6224d3d... Fix g_string_chunk_insert_len to accept nuls (*)
  a402875... Fix an oversight in the previous commit (*)
  3e3e3c2... don't make strings const when they are not (*)
  fd22781... make all APIs that take inet port arguments take a guint16 (*)
  f7d756f... add g_socket_speaks_ipv4() (*)
  cb1a609... Bug 585575 â?? g_socket_listener_add_inet_port() (*)
  4dbc207... Add GNIO test cases to .gitignore (*)
  ff99e84... Merge branch 'master' into gvariant

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]