Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gtk-rs/gio

DEPRECATED, use https://github.com/gtk-rs/gtk-rs-core repository instead!
https://github.com/gtk-rs/gio

Update gir submodule

3c8e0cf605b63e62b134eb143769d097307c1d09 authored almost 6 years ago by Guillaume Gomez <[email protected]>
Define manual traits

ac9d811d42ec58f900163b3b94bf7a0cac0bb0fa authored almost 6 years ago by Evgenii Pashkin <[email protected]>
Enable InetAddress{Mask}::equal() and to_string()

bf1de1e6e2849287f3107561c8c92da21694828a authored almost 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #187 from GuillaumeGomez/regen

Regen

f045062693bde8914df6ed254d52d222b3e03f43 authored almost 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #186 from sdroege/single-boxed-signals-async

Don't box callbacks and other generic parameters twice in async funct…

3c3aa13ae956dc6ffe20256765b0cef792e825b2 authored almost 6 years ago by Sebastian Dröge <[email protected]>
Update gir file

020af96fae52e4b073aa47ded5f2d77fa7de42f6 authored almost 6 years ago by Guillaume Gomez <[email protected]>
regen

8ecb8571b95d014ada53c63e93645c1d3f20b827 authored almost 6 years ago by Guillaume Gomez <[email protected]>
Don't box callbacks and other generic parameters twice in async functions and signals

And also use GString to prevent some string copies.

938f7d391c933b735f41ed6d9a213affe91c92a8 authored almost 6 years ago by Sebastian Dröge <[email protected]>
Update gir submodule

f7646f7870915aa6dac9632c17a82bc08ae82f95 authored almost 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #182 from sdroege/regen

Regen

717e60f71dc2d140ab8b6aa02ea1475f1daa9762 authored almost 6 years ago by Guillaume Gomez <[email protected]>
Update manual code

And get rid of extension traits that are not really needed as the types
are final.

f5f0e84d50626206a23f271956d0c7fbab04709a authored almost 6 years ago by Sebastian Dröge <[email protected]>
Regenerate everything with latest gir

a780330d966f38117703e11a6a3ade12a9e0bc7c authored almost 6 years ago by Sebastian Dröge <[email protected]>
Update gir

683fac26b385c29880949867e7451ea89c758193 authored almost 6 years ago by Sebastian Dröge <[email protected]>
Mark SubprocessLauncher::send_signal() as Windows-only

f24a7ffad05288ebe5b6d47d309afe42c9131e1c authored almost 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #180 from EPashkin/regen

Regen

4f7ada91d383fca56e6cd4d9541db7c791d1674b authored almost 6 years ago by Guillaume Gomez <[email protected]>
Remove unused warning on windows

d4fa3b75b60e6be67fd857224f1049a6ec5bdfba authored almost 6 years ago by Evgenii Pashkin <[email protected]>
Regen with fix futures

4a3f02d4320d22c523c6d94ee7f28149396d6930 authored almost 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #179 from sdroege/regen

Regen

455efd87624bc6a20cf3680935fde308b3a4504f authored almost 6 years ago by Guillaume Gomez <[email protected]>
Update gir

9f22898d3a3eb2d1dc95ab73cb9850275fb1c050 authored almost 6 years ago by Sebastian Dröge <[email protected]>
Update manual code for glib API changes

fcaa4279966c81c13a02316561bd27e7a5942034 authored almost 6 years ago by Sebastian Dröge <[email protected]>
Regenerate with latest gir

d03d727267d8622041d54661ed22dadbc301ac0a authored almost 6 years ago by Sebastian Dröge <[email protected]>
Update gir-files

0b8f4c082e90816cce4f9650e9ed10f6531aaafb authored almost 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #177 from philn/gstring

Gstring support

fb65620796589880e182deac8543964c7cb9cc16 authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #178 from sdroege/socket-dox

Fix socket.rs build with --features dox

5b0c2858248814817b83555cdd7e864cb62e41a6 authored about 6 years ago by Guillaume Gomez <[email protected]>
Fix socket.rs build with --features dox

error[E0605]: non-primitive cast: `i32` as `socket::RawSocket`
--> src/socket.rs:64:13
|
64...

61b1c6ca5d20ffccad61c019e4754dee31c40def authored about 6 years ago by Sebastian Dröge <[email protected]>
Regen for GString support

1b8e34629df8a5c9b802a51029e0461cd381ab35 authored about 6 years ago by Philippe Normand <[email protected]>
Update gir for GString support

e870fdee70099746d7462263003d3f0c2aeb3cfb authored about 6 years ago by Philippe Normand <[email protected]>
Merge pull request #175 from sdroege/socket-fd-unsafe

Mark functions to create a socket from raw fd/socket as unsafe

f380b37ed3bd15c18375a88324e9c324677ebfa3 authored about 6 years ago by Guillaume Gomez <[email protected]>
Implement AsRawFd/AsRawSocket for Socket

5a5c3b32fad002d41bc2b70c30307e02edc24e49 authored about 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #172 from fkrull/extra-impls

Add impls for new std::io::{Read,Write} structs

79e31ba049deb9e290661293ee758143a2a0a9e3 authored about 6 years ago by Guillaume Gomez <[email protected]>
Add getters to retrieve references to wrapped streams

e535b5a8fc2dc1ae79e9f342fe2d5a268bdda972 authored about 6 years ago by Felix Krull <[email protected]>
Mark functions to create a socket from raw fd/socket as unsafe

It's unsafe as one could pass any possible number as fd/handle here from
safe code otherwise.

4f212afeaca434d4a30526f0e99bada4f9071b68 authored about 6 years ago by Sebastian Dröge <[email protected]>
Add misc. impls to std::io::{Read,Write} structs

6bae84db68abb11a5caf0c895744b7b902598cb7 authored about 6 years ago by Felix Krull <[email protected]>
Mark std::io::copy test with feature v2_36

94b3db2508cac9c2a08e22a4a93849e232f165b2 authored about 6 years ago by Felix Krull <[email protected]>
Merge pull request #171 from GuillaumeGomez/regen

Regen

d1f28c4cb24dce3b269d004ac43ef851eed9d0a7 authored about 6 years ago by Guillaume Gomez <[email protected]>
regen

e00b0c0937fa76685870f1eb1b7177faa5d8360e authored about 6 years ago by Guillaume Gomez <[email protected]>
update gir submodules

789b6b3ab9444174982ec2b38434d5438696ad77 authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #170 from GuillaumeGomez/1_28

Add check for 1.28

b944165e66ac16e5348cf2f9d4045a3f913a1918 authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #162 from fkrull/std-io-read-write

Add std::io::{Read,Write} wrappers

ac71f2f351124e4f3e712be411eb1568d81baf92 authored about 6 years ago by Guillaume Gomez <[email protected]>
Add check for 1.28

8ed76c3163abe2d5e930664b2b930d0b8b0b0a3f authored about 6 years ago by Guillaume Gomez <[email protected]>
Test full Read/Write roundtrip using std::io::copy

e3088042d6491106d7d59e68603e4ecb84786a43 authored about 6 years ago by Felix Krull <[email protected]>
Add std::io::Write wrapper for gio::OutputStream

4c05b63a95dacff6146a9195d2ff552194536717 authored about 6 years ago by Felix Krull <[email protected]>
Merge pull request #168 from GuillaumeGomez/regen

Regen

7f6a7c7cbffee56eb5cd785e26824dbc04c0d7a7 authored about 6 years ago by Guillaume Gomez <[email protected]>
regen

2d0b56395da21cef1d312d7a89c71757bac986e9 authored about 6 years ago by Guillaume Gomez <[email protected]>
Update gir submodule

4cdaa21f29fd2ef45e591b2dff54804f80ba330e authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #167 from GuillaumeGomez/gio-version

Update crate version

6ff9221ae5ca5faedc4fd141d7bb631f508ef3c6 authored about 6 years ago by Guillaume Gomez <[email protected]>
Update crate version

ab801c827495d4a45a891d8f678e56df98d1bd30 authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #164 from philn/master

Command-line option support for gio::Application

358a1b2cf496786779951d85a1c44b91111118ff authored about 6 years ago by Guillaume Gomez <[email protected]>
Command-line option support for gio::Application

This patch depends on the one adding OptionArg and OptionFlags to glib-rs.

3431524b44905bbb3261afa704bb4d9f8c691e78 authored about 6 years ago by Philippe Normand <[email protected]>
Add method to get a gio::InputStream back from the Read wrapper

c7c683724620adcfb178c2e9c3c5b24e4ffe8f0c authored about 6 years ago by Felix Krull <[email protected]>
Group non-specific error kinds together

3fbac26748cf829b40295194386388d2781b8727 authored about 6 years ago by Felix Krull <[email protected]>
Formatting fixes

010123739ac79d3dfa196e23f166122f5b151f57 authored about 6 years ago by Felix Krull <[email protected]>
Merge pull request #163 from EPashkin/default_ApplicationFlags

Implement trait Default for ApplicationFlags

522c6835b1bbd93ea9ca70f6cda7d10be8b933d7 authored about 6 years ago by Guillaume Gomez <[email protected]>
Implement trait Default for ApplicationFlags

81ceaa3a46ed5b2ae2730123fb7791a9dcaff2f7 authored about 6 years ago by Evgenii Pashkin <[email protected]>
Add into_read() to InputStream to get a thing implementing std::io::Read

ceea82469660a3b254b02a44a55261f121c65da5 authored about 6 years ago by Felix Krull <[email protected]>
Add converter from gio error to std::io::Error

b214b5978dcd71ac1144aefcde4ed5fea3a44cef authored about 6 years ago by Felix Krull <[email protected]>
Merge pull request #159 from sdroege/volume-monitor-get-nullable

VolumeMonitor::get() can never return None

463801f8d9a5d6d202bacb6b8dd79a4c4e005334 authored about 6 years ago by Guillaume Gomez <[email protected]>
VolumeMonitor::get() can never return None

Fixes https://github.com/gtk-rs/gio/issues/158

1962f3157146f6c34bfc07979a4fb017cdb73d9d authored about 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #157 from sdroege/actions

Add RemoteActionGroup and PropertyAction bindings

9183b82a3198d6936125e635dfb800ec7a4ba7d9 authored about 6 years ago by Guillaume Gomez <[email protected]>
Add RemoteActionGroup and PropertyAction bindings

13378cb0572ffac1ffffa2d0a96f8d617b20cc70 authored about 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #155 from sdroege/subprocess-c_char

Fix compilation of Subprocess::communicate_utf8_async_trampoline() on…

c328aaaa60289ea77c81e4a648c1b0a157c49210 authored about 6 years ago by Guillaume Gomez <[email protected]>
Fix compilation of Subprocess::communicate_utf8_async_trampoline() on ARM or other architectures with unsigned C chars

error[E0277]: the trait bound `std::string::String: glib::translate::ToGlibPtr<'_, *mut i8>` is ...

6ebd9843daf3a16372e2d4ba1c5a068d9ed0eab4 authored about 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #154 from EPashkin/remove_unlink_python

Remove python unlinking in travis config

1570ef14f010d287e777bc5a4ebcafbcc06f294d authored about 6 years ago by Guillaume Gomez <[email protected]>
Remove python unlinking in travis config

c82c223659c2401b10b9e7a9eda185f94cfd871e authored about 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #153 from EPashkin/fix_lgpl_doc_test

Fix LGPL-doc test

325353260304a8699a47853ecdb5977093c088e8 authored about 6 years ago by Guillaume Gomez <[email protected]>
Fix LGPL-doc test

e56d59e438cd41154b7d34671f58241c1fa8f23d authored about 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #152 from GuillaumeGomez/clean-prelude

Clean up prelude a bit

7258db6eb4fef322aa818c3c8ec0154d35b79d2a authored about 6 years ago by Guillaume Gomez <[email protected]>
Clean up prelude a bit

e9fa74adf8bf6388c151bc575bdbcbab6e5b8e25 authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #151 from EPashkin/remove_connect_xxx_notify_for_ConstructOnly

Remove connect_xxx_notify for ConstructOnly properties

78db014135e3a59f4bfeee1ea1e352305a46a14b authored about 6 years ago by Guillaume Gomez <[email protected]>
Remove connect_xxx_notify for ConstructOnly properties

df50fa835b8bf47f087da508bb5428032a9a0d68 authored about 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #150 from sdroege/write-all

Fix OutputStream::write_all()

79a0ca1c6f442dfb6c1b7e17d819e16536267839 authored over 6 years ago by Guillaume Gomez <[email protected]>
Fix OutputStream::write_all()

It can return an error *and* can have bytes written out. We have to
return the written bytes in ...

07fa2cf2374de55cbf17ded348ed0bec6744ebd5 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #147 from gtk-rs/master-release-update

[release] merging master-release-update into master

38e0ad4481322fb04b7d7591d24072fd0d19e923 authored over 6 years ago by Guillaume Gomez <[email protected]>
Update versions

9394dc45f95e6ffb002cff2d59bc34c517052f1a authored over 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #144 from sdroege/fragile

Move from send-cell to fragile

4cb1766d69d7d6a156aa1df15144ca7dcb2759a4 authored over 6 years ago by Guillaume Gomez <[email protected]>
Move from send-cell to fragile

d6a1c28b9448ee6fd4ab83e9949a6effbb3920c3 authored over 6 years ago by Sebastian Dröge <[email protected]>
Update gir

ab1387342eed31e87085406781b468e48eceed35 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #143 from sdroege/concurrency

Add various Send/Sync/SendUnique bounds

f9bfb9f1d309cf45e101a8043312fbe95a83010a authored over 6 years ago by Guillaume Gomez <[email protected]>
Update gir

8f06ccb52b575aa7c8ce890f86eba8cf755d1e76 authored over 6 years ago by Sebastian Dröge <[email protected]>
Add various Send/Sync/SendUnique bounds

Not all types were checked, there are likely more that can be changed.

24c71903daa2706f0f0c18c894a95ec68ad8bf61 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #142 from sdroege/regen

Regenerate with latest gir

15c7fed36c1b99c1f20986128902f2e7a8f4415a authored over 6 years ago by Guillaume Gomez <[email protected]>
Regenerate with latest gir

7e93df32f1c73e5b368eb9915d1011755e390601 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #141 from sdroege/nll

Fix compilation with two-phase-borrows (aka NLL)

d00924bf59d4e29d4eb2404e0edcad553806f9a9 authored over 6 years ago by Guillaume Gomez <[email protected]>
Fix compilation with two-phase-borrows (aka NLL)

94208e2da4b6542ed9bb33c0d479cfc0c6de5a59 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #140 from EPashkin/error_domain_quark

Generate glib::Quark based ErrorDomain for enums

9c25068e2690c3b365baa968d232372fbe3c5851 authored over 6 years ago by Guillaume Gomez <[email protected]>
Generate glib::Quark based ErrorDomain for enums

ed27404f58850e8711f73596c539c926562520de authored over 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #138 from meldron/armv7l-type-fixes

Fix type errors on armv7l for desktop_app_info.rs and unix_socket_add…

64480006336a8d6dc836fddca7b5fb6d79f1bba8 authored over 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #139 from sdroege/unix_socket_address

Use a const pointer for the slice returned from g_unix_socket_address_get_path()

5fe958a3409a63e84a2a0385ec095ef60a59bd65 authored over 6 years ago by Guillaume Gomez <[email protected]>
Fix type errors on armv7l for desktop_app_info.rs and unix_socket_address.rs

Fixes https://github.com/gtk-rs/gio/issues/137

389aa344b0b87bc1c82ae659d53793e404248670 authored over 6 years ago by Your Name <[email protected]>
Use a const pointer for the slice returned from g_unix_socket_address_get_path()

And never pass NULL to slice::from_raw_part(), it's undefined behaviour

83e979cbb9a6976e41dc193298f85c467dfc91f3 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #136 from GuillaumeGomez/tests

Tests

98d1501deddc931af425503a479db2c1baba82d2 authored over 6 years ago by Guillaume Gomez <[email protected]>
Fix gir format

59db4e76186759f10a7c406207d7512cdb33c409 authored over 6 years ago by Guillaume Gomez <[email protected]>
Add gir format checkup

7d04337d3e1069b8ccb451bf26a67e1dfeb5c842 authored over 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #135 from vhdirk/dependencies

remove versions from git dependencies

257eb0e6761b49eed223d097ed1e517b65bbf827 authored over 6 years ago by Guillaume Gomez <[email protected]>
remove versions from git dependencies

cc1985b11d6c93ffa3e2f31b24d61c2041432af0 authored over 6 years ago by Dirk Van Haerenborgh <[email protected]>
Merge pull request #134 from GuillaumeGomez/new-types2

Add new types

74ee2a909233c1bbfe3c8adb91f24b9c5848bb35 authored over 6 years ago by Guillaume Gomez <[email protected]>
Add new types

96884aa3e27909d7e01b299bf9789dd1c9efffa2 authored over 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #133 from GuillaumeGomez/new-types-4

Add new types

61ae11df920b0ed9f8c4dd98038a03cceb2bc78c authored over 6 years ago by Guillaume Gomez <[email protected]>
Add new types

8680390e40843b84d17300c922f05226ae65c50b authored over 6 years ago by Guillaume Gomez <[email protected]>
update gir submodule

5a49fca0763090cacee3f81ca6461d3d36379990 authored over 6 years ago by Guillaume Gomez <[email protected]>