summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.59.12.59.1Philip Withnall2019-01-262-1/+86
* tests: Ensure GCancellable is cancelled before operation is startedPhilip Withnall2019-01-261-2/+1
* Update Swedish translationAnders Jonsson2019-01-251-75/+83
* Merge branch '424-gdbus-proxy-debugging' into 'master'Philip Withnall2019-01-253-9/+25
|\
| * gdbusproxy: Add G_DBUS_DEBUG=proxy supportRichard Hughes2019-01-253-9/+25
* | Merge branch 'gdbus-proxy-test-fixes' into 'master'Philip Withnall2019-01-251-5/+18
|\ \ | |/ |/|
| * gio/tests/gdbus-proxy: test_proxy: check the server is properly killedIain Lane2019-01-181-2/+10
| * gio/tests/gdbus-proxy: Make `proxy_ready` test start the server after the proxyIain Lane2019-01-181-3/+8
* | Merge branch 'wip/chergert/fix-network-address-crash' into 'master'Philip Withnall2019-01-251-0/+5
|\ \
| * | gnetworkaddress: fix use-after-free for network addressChristian Hergert2019-01-251-0/+5
* | | Merge branch '1666-typemodule-casts' into 'master'Emmanuele Bassi2019-01-251-4/+4
|\ \ \
| * | | gtypemodule: Cast *_init functions to void(*)(void) firstPhilip Withnall2019-01-251-4/+4
* | | | Merge branch 'compiler-warnings' into 'master'Sebastian Dröge2019-01-242-5/+9
|\ \ \ \
| * | | | Fix compiler warning about uninitialized variable in desktop-app-info testSebastian Dröge2019-01-241-1/+2
| * | | | Fix compiler warning about uninitialized variable in giomoduleSebastian Dröge2019-01-241-4/+7
* | | | | Merge branch 'writev' into 'master'Philip Withnall2019-01-2417-146/+3212
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add test for blocking and non-blocking and async read/write(v) on UNIX streamsSebastian Dröge2019-01-241-0/+489
| * | | | Add test for blocking read/write/writev on GSocket*StreamsSebastian Dröge2019-01-242-2/+154
| * | | | Add test for async read/write(v)/close on GSocketConnectionsSebastian Dröge2019-01-241-0/+312
| * | | | Add some tests for g_output_stream_writev() and its async variantSebastian Dröge2019-01-242-0/+657
| * | | | Implement GOutputStream::writev_fn() and GPollableOutputStream::writev_nonblo...Sebastian Dröge2019-01-241-2/+54
| * | | | Rename timeout variables in gsocket.[ch] to include the unit as suffixSebastian Dröge2019-01-242-74/+77
| * | | | Add (type GSocketMsgFlags) to int-typed flags parameters in GSocketSebastian Dröge2019-01-241-5/+5
| * | | | Add g_socket_send_message_with_timeout()Sebastian Dröge2019-01-242-53/+113
| * | | | Simplify some code in GUnixOutputStreamSebastian Dröge2019-01-241-4/+3
| * | | | Implement GOutputStream::writev() and GPollableOutputStream::writev_nonblocki...Sebastian Dröge2019-01-241-0/+191
| * | | | Implement GOutputStream::writev_fn() for GLocalFileOutputStream on UNIXSebastian Dröge2019-01-241-0/+95
| * | | | Change to g_warning() into assertions in GOutputStreamSebastian Dröge2019-01-241-5/+2
| * | | | Add writev() / writev_all() API to GOutputStream and GPollableOutputStreamSebastian Dröge2019-01-246-12/+1043
| * | | | Introduce new GPollableReturn enumSebastian Dröge2019-01-242-0/+28
|/ / / /
* | | | Merge branch 'fix-gdir-warning-msvc' into 'master'Philip Withnall2019-01-241-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | gdir: shutup a warning when building with msvcIgnacio Casal Quinteiro2019-01-241-0/+2
* | | | Merge branch '1663-minint32-cxx-win32' into 'master'Philip Withnall2019-01-232-4/+35
|\ \ \ \
| * | | | gtypes: Define signed integer minimum values in terms of maximum valuesPhilip Withnall2019-01-232-4/+35
| | |/ / | |/| |
* | | | Merge branch '1662-no-pedantry' into 'master'Emmanuele Bassi2019-01-231-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | build: Add -Wno-pedantic flag to compiler argumentsPhilip Withnall2019-01-231-0/+3
|/ / /
* | | Merge branch 'contributing-docs' into 'master'Philip Withnall2019-01-232-61/+270
|\ \ \
| * | | docs: Rewrite CONTRIBUTING.md to update itPhilip Withnall2019-01-222-63/+280
| * | | docs: Drop signatures at the bottom of CONTRIBUTING.mdPhilip Withnall2019-01-221-8/+0
| * | | docs: Convert CONTRIBUTING.md to actually be MarkdownPhilip Withnall2019-01-221-15/+15
* | | | Merge branch '1655-int-signedness-casts' into 'master'Philip Withnall2019-01-231-4/+4
|\ \ \ \
| * | | | gvariant-parser: Add explicit unsigned-to-signed castsPhilip Withnall2019-01-191-4/+4
| | |/ / | |/| |
* | | | Merge branch 'gio-extension-point-help' into 'master'Matthias Clasen2019-01-222-1/+57
|\ \ \ \
| * | | | Document "help" for extensionsgio-extension-point-helpMatthias Clasen2019-01-221-0/+15
| * | | | gio: Support "help" in extension point env varsMatthias Clasen2019-01-221-1/+42
|/ / / /
* | | | Merge branch 'keyfile-backend-strings' into 'master'Emmanuele Bassi2019-01-222-0/+36
|\ \ \ \
| * | | | keyfile settings: Accept unquoted stringskeyfile-backend-stringsMatthias Clasen2019-01-222-0/+36
| | |/ / | |/| |
* | | | Merge branch 'piotrdrag/update-potfilesles-190121' into 'master'Philip Withnall2019-01-221-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update POTFILES.inPiotr Drąg2019-01-211-0/+1
|/ / /
* | | Merge branch '1523-network-monitor-debugging' into 'master'Philip Withnall2019-01-211-0/+13
|\ \ \