summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 0.2.10.2.1Alex Crichton2015-11-041-1/+1
|
* Merge pull request #33 from alexcrichton/timeAlex Crichton2015-11-045-0/+42
|\ | | | | Add time bindings
| * Add time bindingsAlex Crichton2015-11-045-0/+42
| |
* | Merge pull request #40 from myfreeweb/masterAlex Crichton2015-11-041-5/+5
|\ \ | | | | | | Fix forgotten ::size_t for freebsd
| * | fix forgotten ::size_t for freebsdGreg V2015-11-041-5/+5
| | |
* | | Merge pull request #39 from semarie/openbsdAlex Crichton2015-11-044-448/+442
|\ \ \ | |/ / |/| | openbsd port
| * | openbsd portSébastien Marie2015-11-044-448/+442
|/ / | | | | | | | | | | | | | | | | - remove multiple definition of stack_t - make types resolv correctly - correct target definitions - dragonfly is already defined as freebsdlike - bitrig is an openbsdlike - imports should be public
* | Merge pull request #35 from sfackler/socketpairAlex Crichton2015-11-031-0/+4
|\ \ | |/ |/| Add socketpair
| * Add socketpairSteven Fackler2015-11-031-0/+4
|/
* Merge pull request #34 from alexcrichton/less-ciAlex Crichton2015-11-031-1/+5
|\ | | | | Only run libc-test on nightly
| * Only run libc-test on nightlyAlex Crichton2015-11-031-1/+5
|/ | | | Otherwise just make sure the library builds on other Rust versions
* Bump to 0.2.00.2.0Alex Crichton2015-11-032-2/+2
|
* Merge pull request #32 from alexcrichton/getaddrinfoAlex Crichton2015-11-035-1/+41
|\ | | | | Add getaddrinfo functions
| * Add getaddrinfo functionsAlex Crichton2015-11-035-1/+41
|/
* Merge pull request #30 from alexcrichton/dladdrAlex Crichton2015-11-032-0/+10
|\ | | | | Add dladdr bindings
| * Add dladdr bindingsAlex Crichton2015-11-022-0/+10
| |
* | Merge pull request #31 from alexcrichton/sigaddsetAlex Crichton2015-11-021-0/+4
|\ \ | |/ |/| Add more sigset functions
| * Add more sigset functionsAlex Crichton2015-11-021-0/+4
| |
* | Allow warnings during a libstd buildAlex Crichton2015-11-021-0/+1
|/ | | | | Not gonna gain much from issuing warnings about various aspects! This is managed separately from the standard library
* Merge pull request #26 from alexcrichton/cloexecAlex Crichton2015-11-026-2/+9
|\ | | | | Add some CLOEXEC constants
| * Add some CLOEXEC constantsAlex Crichton2015-11-026-2/+9
| |
* | Merge pull request #28 from alexcrichton/stdbuildAlex Crichton2015-11-022-4/+17
|\ \ | | | | | | Add support to build as part of the standard library
| * | Add support to build as part of the standard libraryAlex Crichton2015-11-022-4/+17
| |/
* | Merge pull request #29 from alexcrichton/fix-sa-typesAlex Crichton2015-11-023-6/+6
|\ \ | | | | | | Touch up some SA_* constants
| * | Touch up some SA_* constantsAlex Crichton2015-11-023-6/+6
|/ /
* | Tweak run-all.sh scriptAlex Crichton2015-11-021-0/+3
|/
* Merge pull request #23 from alexcrichton/lfs-supportAlex Crichton2015-11-0211-54/+221
|\ | | | | Use bindings for -D_FILE_OFFSET_BITS=64
| * Add bindings for -D_FILE_OFFSET_BITS=64Alex Crichton2015-11-0211-54/+221
|/ | | | | They're all added under the `foo64` names with the `foo64` types added as well, so they still need to be explicitly chosen.
* Merge pull request #25 from alexcrichton/more-constantsAlex Crichton2015-10-3010-5/+178
|\ | | | | Add more bindings for signals and select/pselect
| * Add more bindings for signals and select/pselectAlex Crichton2015-10-3010-5/+178
| |
* | Merge pull request #24 from alexcrichton/direntAlex Crichton2015-10-307-2/+45
|\ \ | |/ |/| Define dirent_t on all platforms
| * Define dirent_t on all platformsAlex Crichton2015-10-307-2/+45
| |
* | Merge pull request #22 from alexcrichton/musl-pthreadAlex Crichton2015-10-302-2/+4
|\ \ | |/ |/| Be more selective about skipped pthread on musl tests
| * Be more selective about skipped pthread on musl testsAlex Crichton2015-10-292-2/+4
|/ | | | Fixup the value of PTHREAD_STACK_MIN as well
* OK, maybe a little soon for iOSAlex Crichton2015-10-291-6/+0
|
* Update AppVeyor URLAlex Crichton2015-10-291-1/+1
|
* Not releasing 1.0 yetAlex Crichton2015-10-291-1/+1
|
* Document iOS triplesAlex Crichton2015-10-291-0/+6
|
* Fix travis linksAlex Crichton2015-10-291-1/+1
|
* Re-encrypt upload tokenAlex Crichton2015-10-291-1/+1
|
* Merge pull request #21 from alexcrichton/masterAlex Crichton2015-10-2949-31/+5330
|\ | | | | Implement RFC 1291 changes
| * Use the standard android slave docker imageAlex Crichton2015-10-296-107/+23
| |
| * Explain weirdness of c_void and android missing fnsAlex Crichton2015-10-291-2/+6
| |
| * Add a link to the RFC from the READMEAlex Crichton2015-10-291-0/+5
| |
| * Merge remote-tracking branch 'origin/master'Alex Crichton2015-10-291-1/+1
| |\ | |/ |/| | | | | Conflicts: rust
* | Bump to 0.1.12Alex Crichton2015-10-281-1/+1
| |
* | Update rust againAlex Crichton2015-10-281-0/+0
| |
* | Bump to 0.1.11Alex Crichton2015-10-191-1/+1
| |
* | Update to rust masterAlex Crichton2015-10-191-0/+0
| |
| * Don't ignore .cargoAlex Crichton2015-10-291-1/+0
| |