summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump ctest from 0.2.7 to 0.2.8dependabot/cargo/ctest-0.2.8dependabot[bot]2018-11-282-4/+4
* Auto merge of #1155 - semarie:openbsd-unbreak, r=gnzlbgbors2018-11-276-17/+17
|\
| * openbsd: add KERN_CPUSTATS and increment KERN_MAXIDSébastien Marie2018-11-271-1/+2
| * openbsd: unbreak: TCP_* flagsSébastien Marie2018-11-276-10/+10
| * openbsd: unbreak: chflags familySébastien Marie2018-11-273-6/+5
* | Auto merge of #1153 - gnzlbg:fuchsia2, r=alexcrichtonbors2018-11-273-10/+4
|\ \
| * | Remove unreachable fuchsia branchesgnzlbg2018-11-273-10/+4
* | | Auto merge of #1150 - rust-lang:dependabot/cargo/ctest-0.2.7, r=alexcrichtonbors2018-11-272-7/+16
|\ \ \
| * | | Bump ctest from 0.2.6 to 0.2.7dependabot/cargo/ctest-0.2.7dependabot[bot]2018-11-262-7/+16
* | | | Auto merge of #1146 - mwanner:musl-pthread-affinity, r=alexcrichtonbors2018-11-271-0/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add a couple pthread function definitions and get_sched for musl.Markus Wanner2018-11-261-0/+7
| * | | Use crates.io keywords and categoriesgnzlbg2018-11-262-5/+6
* | | | Auto merge of #1151 - Fensteer:Add-TCP-constants, r=gnzlbgbors2018-11-277-3/+28
|\ \ \ \
| * | | | Add some TCP constantsFensteer2018-11-277-3/+28
|/ / / /
* | | | Auto merge of #1105 - gz:fix-timestamping, r=gnzlbgbors2018-11-276-8/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update sparc64 value for SO_TIMESTAMPING.Gerd Zellweger2018-11-261-0/+3
| * | | Remove some SOF_TIMESTAMPING_ options not supported with musl.Gerd Zellweger2018-11-211-11/+0
| * | | Added missing net_tstamp.h header to tests.Gerd Zellweger2018-11-211-0/+1
| * | | Break long line to make style check pass.Gerd Zellweger2018-11-211-1/+2
| * | | Add SOF_TIMESTAMPING_* from linux/net_tstamp.h.Gerd Zellweger2018-11-211-0/+19
| * | | Move SO_TIMESTAMPING and SCM_TIMESTAMPING.Gerd Zellweger2018-11-215-8/+3
* | | | Auto merge of #1130 - palfrey:strcase-various, r=alexcrichtonbors2018-11-278-12/+55
|\ \ \ \
| * | | | Remove hacky Travis workaroundTom Parker-Shemilt2018-11-261-6/+0
| * | | | Remove non-POSIX loop constructTom Parker-Shemilt2018-11-241-5/+4
| * | | | Download Docker images first as that seems to work better at least locallyTom Parker-Shemilt2018-11-241-0/+8
| * | | | Merge branch 'master' into strcase-variousTom Parker-Shemilt2018-11-237-26/+35
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Split out windows strcase* work into gnu/msvc filesTom Parker-Shemilt2018-11-233-30/+30
| * | | | strcase*: add redox supportTom Parker-Shemilt2018-11-232-1/+6
| * | | | strcase*: Add cloudabi supportTom Parker-Shemilt2018-11-232-0/+10
| * | | | Pull cfg_if! outside the externTom Parker-Shemilt2018-11-231-1/+3
| * | | | Split out strcase* into unix, MSVC and Windows-GNUTom Parker-Shemilt2018-11-212-0/+19
| * | | | Merge branch 'master' into strcase-variousTom Parker-Shemilt2018-11-2120-230/+1067
| |\ \ \ \
| * | | | | Fix line-length unix style issueTom Parker-Shemilt2018-11-211-1/+2
| * | | | | Fix missing imports for unix moduleTom Parker-Shemilt2018-11-211-0/+1
| * | | | | Define _WITH_GETLINE for FreeBSD so we can move getline into general UnixTom Parker-Shemilt2018-11-204-4/+3
| * | | | | Split out getline and strcasestr to supported platformsTom Parker-Shemilt2018-11-204-2/+6
| * | | | | Add getlineTom Parker-Shemilt2018-11-201-0/+1
| * | | | | Add strcase*Tom Parker-Shemilt2018-11-201-0/+3
* | | | | | Auto merge of #1152 - palfrey:retry-curl, r=alexcrichtonbors2018-11-2613-22/+22
|\ \ \ \ \ \
| * | | | | | Retry all curl operationsTom Parker-Shemilt2018-11-2613-22/+22
| | |_|/ / / | |/| | | |
* | | | | | Auto merge of #1149 - palfrey:travis-xenial, r=alexcrichtonbors2018-11-261-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Upgrade Travis to using Xenial environmentTom Parker-Shemilt2018-11-241-1/+1
|/ / / / /
* | | | | Auto merge of #1141 - gnzlbg:cats, r=gnzlbgbors2018-11-232-5/+6
|\ \ \ \ \
| * | | | | Use crates.io keywords and categoriesgnzlbg2018-11-222-5/+6
* | | | | | Auto merge of #1139 - gnzlbg:map_anon, r=gnzlbgbors2018-11-221-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Add alias for MAP_ANONYMOUS to Apple targets.gnzlbg2018-11-221-0/+1
|/ / / /
* | | | Remove unstable `libc` feature on rustc-dep-of-std0.2.44Alex Crichton2018-11-211-9/+1
| |_|/ |/| |
* | | Auto merge of #1134 - alexcrichton:rustc-test, r=gnzlbgbors2018-11-216-14/+29
|\ \ \ | |_|/ |/| |
| * | Prepare for being included via crates.io into stdAlex Crichton2018-11-216-14/+29
|/ /
* | Auto merge of #1129 - gnzlbg:sgx, r=gnzlbgbors2018-11-2118-223/+1063
|\ \