You are viewing a plain text version of this content. The canonical link for it is here.
- mesos git commit: Added MESOS-6597 to CHANGELOG for 1.1.1. - posted by al...@apache.org on 2017/01/02 16:50:55 UTC, 0 replies.
- mesos git commit: Corrected a comment about task health status. - posted by al...@apache.org on 2017/01/02 18:55:03 UTC, 0 replies.
- mesos git commit: Fixed test flakiness due to floating point conversions. - posted by al...@apache.org on 2017/01/03 15:56:49 UTC, 0 replies.
- [1/7] mesos git commit: Updated `/slaves.md` doc. - posted by an...@apache.org on 2017/01/03 19:39:00 UTC, 0 replies.
- [2/7] mesos git commit: Added test to validate info about recovering agents. - posted by an...@apache.org on 2017/01/03 19:39:01 UTC, 0 replies.
- [3/7] mesos git commit: Added `recovered_agents` in `GetAgents` response. - posted by an...@apache.org on 2017/01/03 19:39:02 UTC, 0 replies.
- [4/7] mesos git commit: Made `slaves.recovered` in master a hashmap. - posted by an...@apache.org on 2017/01/03 19:39:03 UTC, 0 replies.
- [5/7] mesos git commit: Populated `recovered_agents` field in the `GetAgents` response. - posted by an...@apache.org on 2017/01/03 19:39:04 UTC, 0 replies.
- [6/7] mesos git commit: Reused json helper for `SlaveInfo`. - posted by an...@apache.org on 2017/01/03 19:39:05 UTC, 0 replies.
- [7/7] mesos git commit: Populated `recovered_slaves` in the `/state` and `/slaves` responses. - posted by an...@apache.org on 2017/01/03 19:39:06 UTC, 0 replies.
- mesos git commit: Made `getpwnam_r` error handling more robust. - posted by al...@apache.org on 2017/01/05 15:45:50 UTC, 0 replies.
- mesos git commit: Fixed memory leak in implementation of Future::after(). - posted by jo...@apache.org on 2017/01/05 16:32:36 UTC, 0 replies.
- [1/3] mesos git commit: CMake: renamed test binaries to match autotools. - posted by mp...@apache.org on 2017/01/07 09:41:19 UTC, 0 replies.
- [2/3] mesos git commit: CMake: renamed `process_tests` to `libprocess-tests` to match autotools. - posted by mp...@apache.org on 2017/01/07 09:41:20 UTC, 0 replies.
- [3/3] mesos git commit: CMake: renamed `stout_tests` to `stout-tests` to match autotools. - posted by mp...@apache.org on 2017/01/07 09:41:21 UTC, 0 replies.
- mesos git commit: Removed mpark's gmail address from `contributors.yaml`. - posted by mp...@apache.org on 2017/01/07 11:24:19 UTC, 0 replies.
- mesos git commit: Added a default move constructor for `Try`. - posted by mp...@apache.org on 2017/01/07 19:06:35 UTC, 0 replies.
- [1/5] mesos git commit: Used process::loop to avoid stack overflow due to recursion. - posted by be...@apache.org on 2017/01/09 03:27:18 UTC, 0 replies.
- [2/5] mesos git commit: Updated Mesos process::loop uses with process::ControlFlow. - posted by be...@apache.org on 2017/01/09 03:27:19 UTC, 0 replies.
- [3/5] mesos git commit: Used process::io::BUFFERED_READ_SIZE instead of constant. - posted by be...@apache.org on 2017/01/09 03:27:20 UTC, 0 replies.
- [4/5] mesos git commit: Introduced ControlFlow for process::loop. - posted by be...@apache.org on 2017/01/09 03:27:21 UTC, 0 replies.
- [5/5] mesos git commit: Used `loop` in implementation of io::read and io::write. - posted by be...@apache.org on 2017/01/09 03:27:22 UTC, 2 replies.
- [1/9] mesos git commit: Improved comments in agent. - posted by vi...@apache.org on 2017/01/09 20:19:03 UTC, 0 replies.
- [2/9] mesos git commit: Cleaned up agent re-registration code in the master slightly. - posted by vi...@apache.org on 2017/01/09 20:19:04 UTC, 0 replies.
- [3/9] mesos git commit: Improved OneWayPartitionTest.MasterToSlave. - posted by vi...@apache.org on 2017/01/09 20:19:05 UTC, 0 replies.
- [4/9] mesos git commit: Cleaned up two test cases slightly. - posted by vi...@apache.org on 2017/01/09 20:19:06 UTC, 0 replies.
- [5/9] mesos git commit: Cleaned up `using` statements. - posted by vi...@apache.org on 2017/01/09 20:19:07 UTC, 0 replies.
- [6/9] mesos git commit: Fixed quoting in agent error message. - posted by vi...@apache.org on 2017/01/09 20:19:08 UTC, 0 replies.
- [7/9] mesos git commit: Cleaned up slave recovery tests. - posted by vi...@apache.org on 2017/01/09 20:19:09 UTC, 0 replies.
- [8/9] mesos git commit: Improved handling of agents that restart but never re-register. - posted by vi...@apache.org on 2017/01/09 20:19:10 UTC, 0 replies.
- [9/9] mesos git commit: Cleaned up master logging code slightly. - posted by vi...@apache.org on 2017/01/09 20:19:11 UTC, 0 replies.
- mesos git commit: Install a symlink rather than building `mesos-agent` twice. - posted by mp...@apache.org on 2017/01/09 23:43:22 UTC, 0 replies.
- mesos git commit: Removed unsupported `friend` declaration. - posted by mp...@apache.org on 2017/01/09 23:44:47 UTC, 0 replies.
- mesos git commit: Fixed an FD leak in the IO switchboard. - posted by ji...@apache.org on 2017/01/10 00:06:18 UTC, 0 replies.
- mesos git commit: Removed a redundant `return` statement in libprocess. - posted by mp...@apache.org on 2017/01/10 00:26:31 UTC, 0 replies.
- [1/3] mesos git commit: Cleaned up `std::string` usage in stout. - posted by mp...@apache.org on 2017/01/10 00:28:22 UTC, 0 replies.
- [2/3] mesos git commit: Cleaned up `std::string` usage in libprocess. - posted by mp...@apache.org on 2017/01/10 00:28:23 UTC, 0 replies.
- [3/3] mesos git commit: Cleaned up `std::string` usage in mesos. - posted by mp...@apache.org on 2017/01/10 00:28:24 UTC, 0 replies.
- mesos git commit: Avoided unnecessary copies in mesos. - posted by mp...@apache.org on 2017/01/10 00:31:20 UTC, 0 replies.
- [1/2] mesos git commit: Removed unused namespace alias declarations in libprocess. - posted by mp...@apache.org on 2017/01/10 00:32:12 UTC, 0 replies.
- [2/2] mesos git commit: Removed unused namespace alias declarations in mesos. - posted by mp...@apache.org on 2017/01/10 00:32:13 UTC, 0 replies.
- mesos git commit: Avoided needless copies in log tests + some minor code cleanup. - posted by mp...@apache.org on 2017/01/10 00:34:15 UTC, 0 replies.
- mesos git commit: Fix incorrect glyphicons-halflings-regular.woff2. - posted by ha...@apache.org on 2017/01/10 04:59:15 UTC, 0 replies.
- mesos git commit: Added Haosdent Huang to the list of committers. - posted by ha...@apache.org on 2017/01/10 05:06:06 UTC, 0 replies.
- mesos git commit: Added Guangya Liu to the list of committers. - posted by gy...@apache.org on 2017/01/10 05:47:54 UTC, 0 replies.
- mesos git commit: Fixed indentation of a function argument in master.cpp. - posted by gy...@apache.org on 2017/01/10 07:32:25 UTC, 0 replies.
- mesos git commit: Updated favicon.ico. - posted by ha...@apache.org on 2017/01/10 08:04:06 UTC, 0 replies.
- mesos git commit: Fixed a bug in URL::parse(). - posted by bm...@apache.org on 2017/01/10 20:04:50 UTC, 0 replies.
- mesos git commit: Fixed a bug in the default executor around not committing suicide. - posted by an...@apache.org on 2017/01/10 21:33:27 UTC, 0 replies.
- [1/2] mesos git commit: Added MESOS-6848 to CHANGELOG for 1.1.1. - posted by an...@apache.org on 2017/01/10 22:14:26 UTC, 0 replies.
- [2/2] mesos git commit: Fixed a bug in the default executor around not committing suicide. - posted by an...@apache.org on 2017/01/10 22:14:27 UTC, 0 replies.
- mesos git commit: Added MESOS-6848 to CHANGELOG for 1.1.1. - posted by an...@apache.org on 2017/01/10 22:20:29 UTC, 0 replies.
- [1/2] mesos git commit: Fixed wrong float serialization in JSON in locales different from C. - posted by mp...@apache.org on 2017/01/10 23:21:57 UTC, 0 replies.
- [2/2] mesos git commit: Used `jsonify` in `operator<<` for `JSON::*` to reduce duplicate code. - posted by mp...@apache.org on 2017/01/10 23:21:58 UTC, 0 replies.
- mesos git commit: Eliminated an EOF race condition in libprocess SSL socket. - posted by be...@apache.org on 2017/01/11 02:24:03 UTC, 0 replies.
- mesos git commit: Future::after memory leak fix. - posted by be...@apache.org on 2017/01/11 05:19:51 UTC, 0 replies.
- mesos git commit: Used loop in Pipe::Reader::readAll. - posted by be...@apache.org on 2017/01/11 05:28:14 UTC, 0 replies.
- mesos git commit: Removed unused peek function. - posted by mp...@apache.org on 2017/01/11 09:57:10 UTC, 0 replies.
- mesos git commit: Fix compilation error for `clang-3.5` type deduction error. - posted by mp...@apache.org on 2017/01/11 10:14:09 UTC, 0 replies.
- [1/6] mesos git commit: Fixed docker runtime isolator argv issue for nested container. - posted by ji...@apache.org on 2017/01/11 17:28:29 UTC, 0 replies.
- [2/6] mesos git commit: Fixed appc runtime isolator argv issue for nested container. - posted by ji...@apache.org on 2017/01/11 17:28:30 UTC, 0 replies.
- [3/6] mesos git commit: Added nested container tests for docker runtime isolator. - posted by ji...@apache.org on 2017/01/11 17:28:31 UTC, 0 replies.
- [4/6] mesos git commit: Changed mesos test helper createCommandInfo() using optional value. - posted by ji...@apache.org on 2017/01/11 17:28:32 UTC, 0 replies.
- [5/6] mesos git commit: Added unit tests for nested container neglected runtime argv. - posted by ji...@apache.org on 2017/01/11 17:28:33 UTC, 0 replies.
- [6/6] mesos git commit: Fixed some compile warnings. - posted by ji...@apache.org on 2017/01/11 17:28:34 UTC, 0 replies.
- mesos git commit: Added MESOS-6852 to 1.1.1 CHANGELOG. - posted by ji...@apache.org on 2017/01/11 20:42:27 UTC, 0 replies.
- [1/3] mesos git commit: Fixed appc runtime isolator argv issue for nested container. - posted by ji...@apache.org on 2017/01/11 20:43:26 UTC, 0 replies.
- [2/3] mesos git commit: Fixed docker runtime isolator argv issue for nested container. - posted by ji...@apache.org on 2017/01/11 20:43:27 UTC, 0 replies.
- [3/3] mesos git commit: Added MESOS-6852 to 1.1.1 CHANGELOG. - posted by ji...@apache.org on 2017/01/11 20:43:28 UTC, 0 replies.
- mesos git commit: Temporarily disabled consistently failing tests. - posted by al...@apache.org on 2017/01/11 22:26:49 UTC, 0 replies.
- [01/11] mesos git commit: Windows: Added check for Admin privileges in build script. - posted by jo...@apache.org on 2017/01/12 01:45:24 UTC, 0 replies.
- [02/11] mesos git commit: Fixed spelling in a comment. - posted by jo...@apache.org on 2017/01/12 01:45:25 UTC, 0 replies.
- [03/11] mesos git commit: Fixed spelling in a comment. - posted by jo...@apache.org on 2017/01/12 01:45:26 UTC, 0 replies.
- [04/11] mesos git commit: CMake: Removed special case for `BUILD_DIR` on Windows. - posted by jo...@apache.org on 2017/01/12 01:45:27 UTC, 0 replies.
- [05/11] mesos git commit: Ported ReviewBot script to Windows. - posted by jo...@apache.org on 2017/01/12 01:45:28 UTC, 0 replies.
- [06/11] mesos git commit: Ported apply-reviews.py script to Windows. - posted by jo...@apache.org on 2017/01/12 01:45:29 UTC, 0 replies.
- [07/11] mesos git commit: CMake: Added source groups to Stout build. - posted by jo...@apache.org on 2017/01/12 01:45:30 UTC, 0 replies.
- [08/11] mesos git commit: Windows: Shortened test directories to avoid long path problem. - posted by jo...@apache.org on 2017/01/12 01:45:31 UTC, 0 replies.
- [09/11] mesos git commit: CMake: Stopped searching for SVN and APR after we've found them. - posted by jo...@apache.org on 2017/01/12 01:45:32 UTC, 0 replies.
- [10/11] mesos git commit: CMake: Removed unnecessary calls to FindApr and FindSvn. - posted by jo...@apache.org on 2017/01/12 01:45:33 UTC, 0 replies.
- [11/11] mesos git commit: CMake: Added correct values for some build flags. - posted by jo...@apache.org on 2017/01/12 01:45:34 UTC, 0 replies.
- mesos git commit: Fixed typos in `mesos/containerizer.cpp`. - posted by al...@apache.org on 2017/01/12 15:19:06 UTC, 0 replies.
- [1/4] mesos git commit: Fix SIGBUS crash on ARM64/AArch64. - posted by ji...@apache.org on 2017/01/12 19:11:58 UTC, 0 replies.
- [2/4] mesos git commit: Fixed Mesos to use the updated os::Stack abstraction. - posted by ji...@apache.org on 2017/01/12 19:11:59 UTC, 0 replies.
- [3/4] mesos git commit: Add Thomas Maurice as a contributor. - posted by ji...@apache.org on 2017/01/12 19:12:00 UTC, 0 replies.
- [4/4] mesos git commit: Fix inconsistency in the port_mapping.cpp documentation. - posted by ji...@apache.org on 2017/01/12 19:12:01 UTC, 0 replies.
- mesos git commit: Fixed apply-reviews.py on ASF CI machines. - posted by jo...@apache.org on 2017/01/12 20:13:33 UTC, 0 replies.
- [1/4] mesos git commit: Windows: Fixed the locale guard in jsonify.hpp. - posted by jo...@apache.org on 2017/01/13 02:28:28 UTC, 0 replies.
- [2/4] mesos git commit: Windows: Fixed typo in `stout/os/windows/write.hpp`. - posted by jo...@apache.org on 2017/01/13 02:28:29 UTC, 0 replies.
- [3/4] mesos git commit: Windows: Normalize `#endif` comments of `// !__WINDOWS__`. - posted by jo...@apache.org on 2017/01/13 02:28:30 UTC, 0 replies.
- [4/4] mesos git commit: Windows: Stout: Removed dependency on Shell API. - posted by jo...@apache.org on 2017/01/13 02:28:31 UTC, 0 replies.
- [1/3] mesos git commit: Added a framework capabilities struct. - posted by bm...@apache.org on 2017/01/13 23:21:14 UTC, 0 replies.
- [2/3] mesos git commit: Added Capabilities to Framework struct of Master and Agent. - posted by bm...@apache.org on 2017/01/13 23:21:15 UTC, 0 replies.
- [3/3] mesos git commit: Added Capabilities to Framework struct of Hierarchical allocator. - posted by bm...@apache.org on 2017/01/13 23:21:16 UTC, 0 replies.
- [1/3] mesos git commit: Windows: Fixed build script to properly report exit code. - posted by jo...@apache.org on 2017/01/14 00:21:44 UTC, 0 replies.
- [2/3] mesos git commit: Added new libprocess socket tests. - posted by jo...@apache.org on 2017/01/14 00:21:45 UTC, 0 replies.
- [3/3] mesos git commit: Fixed SSL socket 'shutdown()'. - posted by jo...@apache.org on 2017/01/14 00:21:46 UTC, 0 replies.
- mesos git commit: Renamed executable files from '_' to '-' in the `support` directory. - posted by mp...@apache.org on 2017/01/14 01:24:27 UTC, 0 replies.
- mesos git commit: Fixed verify-reviews.py to call docker-build.sh. - posted by vi...@apache.org on 2017/01/14 22:49:40 UTC, 1 replies.
- mesos git commit: Fixed "/api/v1" URI path in operator api doc. - posted by vi...@apache.org on 2017/01/16 15:22:42 UTC, 0 replies.
- mesos git commit: Extended copyright in website footer to 2017. - posted by ha...@apache.org on 2017/01/16 16:36:39 UTC, 0 replies.
- [1/2] mesos git commit: Ensured master always relinks during scheduler re-registration. - posted by vi...@apache.org on 2017/01/16 16:46:22 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-6676 to CHANGELOG for 1.0.3. - posted by vi...@apache.org on 2017/01/16 16:46:23 UTC, 0 replies.
- mesos git commit: Updated CHANGELOG for 1.0.3. - posted by vi...@apache.org on 2017/01/16 16:49:03 UTC, 0 replies.
- mesos git commit: Added the `mesos-cni-port-mapper` to the CMake build. - posted by ji...@apache.org on 2017/01/17 11:21:48 UTC, 0 replies.
- mesos git commit: Fixed a few compiler warnings in libprocess. - posted by ji...@apache.org on 2017/01/17 13:18:01 UTC, 0 replies.
- [1/2] mesos git commit: Fixed flakiness in SlaveRecoveryTest.RegisterDisconnectedSlave. - posted by vi...@apache.org on 2017/01/17 13:28:48 UTC, 0 replies.
- [2/2] mesos git commit: Cleaned up SlaveRecoveryTest.RegisterDisconnectedSlave. - posted by vi...@apache.org on 2017/01/17 13:28:49 UTC, 0 replies.
- mesos git commit: Fix segfault when the executor sets a UUID that is not a valid v4 UUID. - posted by vi...@apache.org on 2017/01/17 13:53:25 UTC, 0 replies.
- mesos git commit: Added MESOS-6917 to CHANGELOG for 1.1.1. - posted by vi...@apache.org on 2017/01/17 13:56:25 UTC, 0 replies.
- [1/2] mesos git commit: Fix segfault when the executor sets a UUID that is not a valid v4 UUID. - posted by vi...@apache.org on 2017/01/17 13:57:21 UTC, 1 replies.
- [2/2] mesos git commit: Added MESOS-6917 to CHANGELOG for 1.1.1. - posted by vi...@apache.org on 2017/01/17 13:57:22 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-6917 to CHANGELOG for 1.0.3. - posted by vi...@apache.org on 2017/01/17 14:00:16 UTC, 0 replies.
- mesos git commit: Added support for pulling Docker images by digest. - posted by ji...@apache.org on 2017/01/17 14:23:45 UTC, 0 replies.
- [1/2] mesos git commit: Added Capabilities to SlaveInfo protobuf message. - posted by bm...@apache.org on 2017/01/17 21:16:10 UTC, 0 replies.
- [2/2] mesos git commit: Added capabilities to the master's Slave struct. - posted by bm...@apache.org on 2017/01/17 21:16:11 UTC, 0 replies.
- mesos git commit: Fixed an inconsistency in argument ordering. - posted by bm...@apache.org on 2017/01/17 21:24:12 UTC, 0 replies.
- [1/2] mesos git commit: Slimmed down the size of the docker image from 2GB to roughly 650MB. - posted by mp...@apache.org on 2017/01/17 22:27:33 UTC, 0 replies.
- [2/2] mesos git commit: Used CMake to generate the compilation database instead. - posted by mp...@apache.org on 2017/01/17 22:27:34 UTC, 0 replies.
- [1/4] mesos git commit: Added common validation for IDs. - posted by ya...@apache.org on 2017/01/18 01:47:04 UTC, 0 replies.
- [2/4] mesos git commit: Validate executor IDs in master validation. - posted by ya...@apache.org on 2017/01/18 01:47:05 UTC, 0 replies.
- [3/4] mesos git commit: Added sanity checks on IDs and roles before creating directories. - posted by ya...@apache.org on 2017/01/18 01:47:06 UTC, 0 replies.
- [4/4] mesos git commit: Implemented TODOs to use common ID validation. - posted by ya...@apache.org on 2017/01/18 01:47:07 UTC, 0 replies.
- [1/5] mesos git commit: Use os::spawn in the CNI isolator. - posted by ya...@apache.org on 2017/01/18 02:02:07 UTC, 0 replies.
- [2/5] mesos git commit: Stop using os::system to extract fetcher archives. - posted by ya...@apache.org on 2017/01/18 02:02:08 UTC, 0 replies.
- [3/5] mesos git commit: Stop using os::system to copy local files. - posted by ya...@apache.org on 2017/01/18 02:02:09 UTC, 0 replies.
- [4/5] mesos git commit: Stop using os::system to validate perf event names. - posted by ya...@apache.org on 2017/01/18 02:02:10 UTC, 0 replies.
- [5/5] mesos git commit: Stop using os::system to chown a directory hierarchy. - posted by ya...@apache.org on 2017/01/18 02:02:11 UTC, 0 replies.
- mesos git commit: Handle perf versions with more than 3 components. - posted by ya...@apache.org on 2017/01/18 02:09:58 UTC, 0 replies.
- mesos git commit: Validate the StatusUpdate UUID in Master::statusUpdate. - posted by ya...@apache.org on 2017/01/18 02:17:39 UTC, 0 replies.
- mesos git commit: Clarified the assumptions on some returned Futures. - posted by ya...@apache.org on 2017/01/18 02:22:04 UTC, 0 replies.
- mesos git commit: Added union assignment operator in hashset. - posted by ya...@apache.org on 2017/01/18 02:25:19 UTC, 0 replies.
- mesos git commit: Removed duplicate code that caused redeclaration build failure. - posted by mp...@apache.org on 2017/01/18 03:31:22 UTC, 0 replies.
- mesos git commit: Add hostname support to the network/cni isolator. - posted by ji...@apache.org on 2017/01/18 11:02:53 UTC, 0 replies.
- [1/3] mesos git commit: Fixed SlaveRecoveryTest.RecoverTerminatedExecutor test. - posted by vi...@apache.org on 2017/01/18 12:40:47 UTC, 0 replies.
- [2/3] mesos git commit: Paused the status update manager in `Slave::initialize()`. - posted by vi...@apache.org on 2017/01/18 12:40:48 UTC, 0 replies.
- [3/3] mesos git commit: Added MESOS-6917 to CHANGELOG for 1.0.3. - posted by vi...@apache.org on 2017/01/18 12:40:49 UTC, 0 replies.
- mesos git commit: Added support for HTTP responses with unspecified length. - posted by ji...@apache.org on 2017/01/18 14:59:22 UTC, 0 replies.
- mesos git commit: Fixed issues with the Docker fetcher when using a proxy. - posted by ji...@apache.org on 2017/01/18 16:22:42 UTC, 0 replies.
- mesos git commit: Fixed getting-started guide for Centos7. - posted by ti...@apache.org on 2017/01/18 18:22:25 UTC, 0 replies.
- [1/2] mesos git commit: Avoided use of CHECK macros. - posted by ka...@apache.org on 2017/01/18 19:36:33 UTC, 0 replies.
- [2/2] mesos git commit: Avoided use of CHECK macros in libprocess. - posted by ka...@apache.org on 2017/01/18 19:36:34 UTC, 0 replies.
- [1/4] mesos git commit: Added `libssl-dev` to `support/mesos-tidy/Dockerfile`. - posted by mp...@apache.org on 2017/01/18 19:47:23 UTC, 0 replies.
- [2/4] mesos git commit: Used the `mesos/mesos-tidy` image from DockerHub. - posted by mp...@apache.org on 2017/01/18 19:47:24 UTC, 0 replies.
- [3/4] mesos git commit: Renamed `CONFIGURE_FLAGS` to `CMAKE_ARGS`. - posted by mp...@apache.org on 2017/01/18 19:47:25 UTC, 0 replies.
- [4/4] mesos git commit: Added a `support/README.md` and the `support/jenkins` directory. - posted by mp...@apache.org on 2017/01/18 19:47:26 UTC, 0 replies.
- mesos git commit: Added MESOS-6010 to 1.1.1 CHANGELOG. - posted by ji...@apache.org on 2017/01/19 10:49:34 UTC, 0 replies.
- [1/3] mesos git commit: Fixed issues with the Docker fetcher when using a proxy. - posted by ji...@apache.org on 2017/01/19 10:49:59 UTC, 0 replies.
- [2/3] mesos git commit: Added support for HTTP responses with unspecified length. - posted by ji...@apache.org on 2017/01/19 10:50:00 UTC, 0 replies.
- [3/3] mesos git commit: Added MESOS-6010 to 1.1.1 CHANGELOG. - posted by ji...@apache.org on 2017/01/19 10:50:01 UTC, 0 replies.
- [1/2] mesos git commit: Renamed executable files from '_' to '-' in the `support` directory. - posted by vi...@apache.org on 2017/01/19 16:13:28 UTC, 0 replies.
- [2/2] mesos git commit: Updated Mesos version to 1.0.3. - posted by vi...@apache.org on 2017/01/19 16:13:29 UTC, 0 replies.
- [mesos] Git Push Summary - posted by vi...@apache.org on 2017/01/19 16:27:56 UTC, 1 replies.
- svn commit: r17895 - in /dev/mesos/1.0.3-rc1: ./ mesos-1.0.3.tar.gz mesos-1.0.3.tar.gz.asc mesos-1.0.3.tar.gz.md5 - posted by vi...@apache.org on 2017/01/19 16:41:05 UTC, 0 replies.
- mesos git commit: Updated Addition, modification and deletion of CNI configurations. - posted by ji...@apache.org on 2017/01/19 18:00:39 UTC, 0 replies.
- [1/3] mesos git commit: Renamed executable files from '_' to '-' in the `support` directory. - posted by mp...@apache.org on 2017/01/19 19:31:16 UTC, 0 replies.
- [2/3] mesos git commit: Fixed verify-reviews.py to call docker-build.sh. - posted by mp...@apache.org on 2017/01/19 19:31:17 UTC, 0 replies.
- [3/3] mesos git commit: Added a `support/README.md` and the `support/jenkins` directory. - posted by mp...@apache.org on 2017/01/19 19:31:18 UTC, 0 replies.
- [1/2] mesos git commit: Added a test for framework upgrading to MULTI_ROLE capability. - posted by bm...@apache.org on 2017/01/19 22:51:01 UTC, 0 replies.
- [2/2] mesos git commit: Minor comment fixes in the MULTI_ROLE validation tests. - posted by bm...@apache.org on 2017/01/19 22:51:02 UTC, 0 replies.
- [1/6] mesos git commit: Moved `getRootContainerId` to `protobuf_utils`. - posted by an...@apache.org on 2017/01/20 00:52:43 UTC, 0 replies.
- [2/6] mesos git commit: Removed redundant `Times(1)` statements from `api_tests.cpp`. - posted by an...@apache.org on 2017/01/20 00:52:44 UTC, 0 replies.
- [3/6] mesos git commit: Made `AttachContainerOutput/Input` tests use an existing container ID. - posted by an...@apache.org on 2017/01/20 00:52:45 UTC, 0 replies.
- [4/6] mesos git commit: Renamed `locateExecutor` to `getExecutor`. - posted by an...@apache.org on 2017/01/20 00:52:46 UTC, 0 replies.
- [5/6] mesos git commit: Unified the way in which the Slave API handlers perform AuthZ. - posted by an...@apache.org on 2017/01/20 00:52:47 UTC, 0 replies.
- [6/6] mesos git commit: Made the Agent API able to handle containers nested at arbitrary levels. - posted by an...@apache.org on 2017/01/20 00:52:48 UTC, 0 replies.
- [01/15] mesos git commit: Added `process::initialize` to default executor's `main`. - posted by jo...@apache.org on 2017/01/20 01:15:10 UTC, 0 replies.
- [02/15] mesos git commit: Windows: Started and stopped the socket stack in libprocess. - posted by jo...@apache.org on 2017/01/20 01:15:11 UTC, 0 replies.
- [03/15] mesos git commit: Windows: Fixed error messages in `io::read/write`. - posted by jo...@apache.org on 2017/01/20 01:15:12 UTC, 0 replies.
- [04/15] mesos git commit: CMake: Moved `port_mapper` sources to containerizer CMakeLists. - posted by jo...@apache.org on 2017/01/20 01:15:13 UTC, 0 replies.
- [05/15] mesos git commit: Windows: Modified `argv[0]` of mesos-containerizer launch command. - posted by jo...@apache.org on 2017/01/20 01:15:14 UTC, 0 replies.
- [06/15] mesos git commit: Windows: Fixed the unkillable task bug, lit up executor tests. - posted by jo...@apache.org on 2017/01/20 01:15:15 UTC, 0 replies.
- [07/15] mesos git commit: Windows: Added more agent tests. - posted by jo...@apache.org on 2017/01/20 01:15:16 UTC, 0 replies.
- [08/15] mesos git commit: Windows: Fixed hanging symlink bug in `os::rmdir`. - posted by jo...@apache.org on 2017/01/20 01:15:17 UTC, 0 replies.
- [09/15] mesos git commit: Windows: Replaced `process::Winsock` with `process::initialize`. - posted by jo...@apache.org on 2017/01/20 01:15:18 UTC, 0 replies.
- [10/15] mesos git commit: Windows: Removed `process::Winsock` helper. - posted by jo...@apache.org on 2017/01/20 01:15:19 UTC, 0 replies.
- [11/15] mesos git commit: Added human readable name to the executor ShutdownProcess. - posted by jo...@apache.org on 2017/01/20 01:15:20 UTC, 0 replies.
- [12/15] mesos git commit: Windows: Added GC tests to the build. - posted by jo...@apache.org on 2017/01/20 01:15:21 UTC, 0 replies.
- [13/15] mesos git commit: Windows: Added parent hooks to subprocess. - posted by jo...@apache.org on 2017/01/20 01:15:22 UTC, 0 replies.
- [14/15] mesos git commit: Fixed expectations of `containerizer->containers()` in tests. - posted by jo...@apache.org on 2017/01/20 01:15:23 UTC, 0 replies.
- [15/15] mesos git commit: Fixed unsafe usage of process pointer in async.hpp. - posted by jo...@apache.org on 2017/01/20 01:15:24 UTC, 0 replies.
- mesos git commit: Windows: Added ASF CI build script to the jenkins folder. - posted by jo...@apache.org on 2017/01/20 02:11:57 UTC, 0 replies.
- mesos git commit: Rationalize process wait error checking. - posted by ya...@apache.org on 2017/01/20 07:31:29 UTC, 0 replies.
- mesos git commit: Added a missing header. - posted by vi...@apache.org on 2017/01/20 09:06:37 UTC, 0 replies.
- mesos git commit: Added Bruce Merry as a contributor. - posted by vi...@apache.org on 2017/01/20 14:07:04 UTC, 0 replies.
- mesos git commit: Fixed body padding in mobile WebUI. - posted by ha...@apache.org on 2017/01/20 14:58:38 UTC, 0 replies.
- mesos git commit: Added scheduler adapter to API client libraries doc. - posted by an...@apache.org on 2017/01/20 17:29:45 UTC, 0 replies.
- mesos git commit: Passed an optional parameter by reference. - posted by al...@apache.org on 2017/01/20 19:02:28 UTC, 0 replies.
- mesos git commit: Eliminated a race in libprocess 'Loop'. - posted by an...@apache.org on 2017/01/20 22:32:18 UTC, 0 replies.
- mesos git commit: Added a security note to `os::system` documentation. - posted by ya...@apache.org on 2017/01/20 23:39:22 UTC, 0 replies.
- [1/4] mesos git commit: Fixed unsafe usage of process pointer in loop.hpp. - posted by jo...@apache.org on 2017/01/21 02:09:24 UTC, 0 replies.
- [2/4] mesos git commit: Stout: Added `host_default_path`. - posted by jo...@apache.org on 2017/01/21 02:09:25 UTC, 0 replies.
- [3/4] mesos git commit: Windows: Set `MAXHOSTNAMELEN` to an appropriate value. - posted by jo...@apache.org on 2017/01/21 02:09:26 UTC, 0 replies.
- [4/4] mesos git commit: Used `os::host_default_path()` in several locations. - posted by jo...@apache.org on 2017/01/21 02:09:27 UTC, 0 replies.
- [1/7] mesos git commit: Updated comments in `HealthCheck` protobuf for clarity. - posted by al...@apache.org on 2017/01/22 15:07:38 UTC, 0 replies.
- [2/7] mesos git commit: Ensured zero health check timeout means infinite timeout. - posted by al...@apache.org on 2017/01/22 15:07:39 UTC, 0 replies.
- [3/7] mesos git commit: Moved `HealthChecker` into "checks" folder and namespace. - posted by al...@apache.org on 2017/01/22 15:07:40 UTC, 0 replies.
- [4/7] mesos git commit: Fixed include order in "launcher/executor.cpp". - posted by al...@apache.org on 2017/01/22 15:07:41 UTC, 0 replies.
- [5/7] mesos git commit: Added protobufs for a general check. - posted by al...@apache.org on 2017/01/22 15:07:42 UTC, 0 replies.
- [6/7] mesos git commit: Added validation for a general check. - posted by al...@apache.org on 2017/01/22 15:07:43 UTC, 0 replies.
- [7/7] mesos git commit: Added task check validation test. - posted by al...@apache.org on 2017/01/22 15:07:44 UTC, 0 replies.
- mesos git commit: Fixed HTML syntax error in webui. - posted by ha...@apache.org on 2017/01/22 18:02:57 UTC, 0 replies.
- mesos git commit: Fixed unsufficient root privileges check by geteuid(). - posted by ji...@apache.org on 2017/01/22 19:22:21 UTC, 0 replies.
- mesos git commit: Fixed XSS vulnerability in pailer invocation. - posted by ha...@apache.org on 2017/01/23 05:40:59 UTC, 0 replies.
- mesos git commit: Fixed navbar and logo size in WebUI. - posted by ha...@apache.org on 2017/01/23 16:10:10 UTC, 0 replies.
- [01/25] mesos git commit: Improved management of unreachable and completed tasks in master. - posted by vi...@apache.org on 2017/01/24 01:07:41 UTC, 0 replies.
- [02/25] mesos git commit: Cleaned up `Master::updateTask` slightly. - posted by vi...@apache.org on 2017/01/24 01:07:42 UTC, 0 replies.
- [03/25] mesos git commit: Moved `Slave` definitions out-of-line to master.cpp. - posted by vi...@apache.org on 2017/01/24 01:07:43 UTC, 0 replies.
- [04/25] mesos git commit: Marked a member function `const`. - posted by vi...@apache.org on 2017/01/24 01:07:44 UTC, 0 replies.
- [05/25] mesos git commit: Renamed `taskTerminated` for Slave/Framework to `recoverResources`. - posted by vi...@apache.org on 2017/01/24 01:07:45 UTC, 0 replies.
- [06/25] mesos git commit: Added `Master::isRemovable(const TaskState&)`. - posted by vi...@apache.org on 2017/01/24 01:07:46 UTC, 0 replies.
- [07/25] mesos git commit: Changed TASK_UNREACHABLE to be a non-terminal state. - posted by vi...@apache.org on 2017/01/24 01:07:47 UTC, 0 replies.
- [08/25] mesos git commit: Shutdown tasks of completed frameworks on agent re-registration. - posted by vi...@apache.org on 2017/01/24 01:07:48 UTC, 0 replies.
- [09/25] mesos git commit: Added TASK_UNREACHABLE to master's state-summary endpoint. - posted by vi...@apache.org on 2017/01/24 01:07:49 UTC, 0 replies.
- [10/25] mesos git commit: Prevented task launches that reuse unreachable task IDs. - posted by vi...@apache.org on 2017/01/24 01:07:50 UTC, 0 replies.
- [11/25] mesos git commit: Replaced `Master::Framework::active` with a new `state` enum value. - posted by vi...@apache.org on 2017/01/24 01:07:51 UTC, 0 replies.
- [12/25] mesos git commit: Cleaned up master.proto slightly. - posted by vi...@apache.org on 2017/01/24 01:07:52 UTC, 0 replies.
- [13/25] mesos git commit: Cleaned up teardown tests slightly. - posted by vi...@apache.org on 2017/01/24 01:07:53 UTC, 0 replies.
- [14/25] mesos git commit: Cleaned up SUBSCRIBE code slightly. - posted by vi...@apache.org on 2017/01/24 01:07:54 UTC, 0 replies.
- [15/25] mesos git commit: Fixed comments, usage text in mesos-execute. - posted by vi...@apache.org on 2017/01/24 01:07:55 UTC, 0 replies.
- [16/25] mesos git commit: Cleaned up test case code slightly. - posted by vi...@apache.org on 2017/01/24 01:07:56 UTC, 0 replies.
- [17/25] mesos git commit: Refactored Master::removeFramework to use Master::deactivate. - posted by vi...@apache.org on 2017/01/24 01:07:57 UTC, 0 replies.
- [18/25] mesos git commit: Added new master metric, "unreachable_slaves". - posted by vi...@apache.org on 2017/01/24 01:07:58 UTC, 0 replies.
- [19/25] mesos git commit: Reordered function definitions to match declaration order. - posted by vi...@apache.org on 2017/01/24 01:07:59 UTC, 0 replies.
- [20/25] mesos git commit: Updated the list of terminal states in the webui. - posted by vi...@apache.org on 2017/01/24 01:08:00 UTC, 0 replies.
- [21/25] mesos git commit: Changed "master/tasks_unreachable" metric from counter to gauge. - posted by vi...@apache.org on 2017/01/24 01:08:01 UTC, 0 replies.
- [22/25] mesos git commit: Fixed whitespace in mesos-execute. - posted by vi...@apache.org on 2017/01/24 01:08:02 UTC, 0 replies.
- [23/25] mesos git commit: Updated webui to display number of unreachable agents. - posted by vi...@apache.org on 2017/01/24 01:08:03 UTC, 0 replies.
- [24/25] mesos git commit: Enabled partition-awareness in mesos-execute by default. - posted by vi...@apache.org on 2017/01/24 01:08:04 UTC, 0 replies.
- [25/25] mesos git commit: Displayed unreachable tasks in the webui. - posted by vi...@apache.org on 2017/01/24 01:08:05 UTC, 0 replies.
- [1/2] mesos git commit: Removed an unused variable in `src/tests/protobuf_utils_tests.cpp`. - posted by mp...@apache.org on 2017/01/24 03:02:48 UTC, 0 replies.
- [2/2] mesos git commit: Fixed a typo in `src/master/http.cpp`. - posted by mp...@apache.org on 2017/01/24 03:02:49 UTC, 1 replies.
- mesos git commit: Fixed a typo in `src/slave/http.cpp`. - posted by mp...@apache.org on 2017/01/24 04:47:30 UTC, 0 replies.
- mesos git commit: Added a `CHECK_EQ` in `updateFrameworkInfo`. - posted by mp...@apache.org on 2017/01/24 05:56:11 UTC, 0 replies.
- mesos git commit: Fixed bug allowing IOSwitchboard::connect() after container destruction. - posted by vi...@apache.org on 2017/01/24 22:58:47 UTC, 0 replies.
- mesos git commit: Moved check for 'has_parent()' in docker containerizer destroy. - posted by vi...@apache.org on 2017/01/24 23:00:33 UTC, 0 replies.
- mesos git commit: Updated version in comment about TASK_LOST behavior. - posted by vi...@apache.org on 2017/01/24 23:28:13 UTC, 0 replies.
- mesos git commit: Fixed `umountAll` to also clean up mtab. - posted by ya...@apache.org on 2017/01/25 00:59:44 UTC, 0 replies.
- [1/2] mesos git commit: Allowed `Master::Framework::updateFrameworkInfo` to return errors. - posted by mp...@apache.org on 2017/01/25 11:07:01 UTC, 0 replies.
- [2/2] mesos git commit: Disallow multi-role frameworks to change their roles. - posted by mp...@apache.org on 2017/01/25 11:07:02 UTC, 0 replies.
- mesos git commit: Fixed to comments in commit 9a80ab. - posted by ha...@apache.org on 2017/01/25 14:36:59 UTC, 0 replies.
- [1/6] mesos git commit: Fixed overlay backend provisioning multi images symlink. - posted by ji...@apache.org on 2017/01/25 16:05:49 UTC, 0 replies.
- [2/6] mesos git commit: Supported more layers through symlink for aufs backend. - posted by ji...@apache.org on 2017/01/25 16:05:50 UTC, 0 replies.
- [3/6] mesos git commit: Replaced os::getcwd() to sandbox.get() in provisioner test. - posted by ji...@apache.org on 2017/01/25 16:05:51 UTC, 0 replies.
- [4/6] mesos git commit: Added linux helper function fs::type() for filesystem id detection. - posted by ji...@apache.org on 2017/01/25 16:05:52 UTC, 0 replies.
- [5/6] mesos git commit: Added fs::typeName() mapping function for fs id to fs type mapping. - posted by ji...@apache.org on 2017/01/25 16:05:53 UTC, 0 replies.
- [6/6] mesos git commit: Added unit test for aufs backend supporting many layers. - posted by ji...@apache.org on 2017/01/25 16:05:54 UTC, 0 replies.
- mesos git commit: Reworked clipboard functionality in WebUI. - posted by ha...@apache.org on 2017/01/25 17:59:36 UTC, 0 replies.
- mesos git commit: Renamed `taskID` to `taskId` in `HealthChecker`. - posted by ha...@apache.org on 2017/01/25 18:14:09 UTC, 0 replies.
- mesos git commit: Fixed a typo in webui. - posted by ha...@apache.org on 2017/01/25 18:22:23 UTC, 0 replies.
- mesos git commit: Fixed incorrect `/monitor/statistics` URL in WebUI. - posted by ha...@apache.org on 2017/01/25 18:25:48 UTC, 0 replies.
- mesos git commit: Added MESOS-6052 to CHANGELOG for 1.0.3. - posted by vi...@apache.org on 2017/01/25 19:03:20 UTC, 0 replies.
- [1/2] mesos git commit: Modified network file setup in `network/cni` isolator. - posted by vi...@apache.org on 2017/01/25 19:04:32 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-6052 to CHANGELOG for 1.0.3. - posted by vi...@apache.org on 2017/01/25 19:04:33 UTC, 0 replies.
- mesos git commit: Fixed bug when applying review chains. - posted by mp...@apache.org on 2017/01/25 19:18:09 UTC, 0 replies.
- [1/3] mesos git commit: Used `os::environment` instead of `os::raw::environment` in tests. - posted by jo...@apache.org on 2017/01/25 20:46:54 UTC, 0 replies.
- [2/3] mesos git commit: CMake: Addressed warning from CMake policy CMP0042. - posted by jo...@apache.org on 2017/01/25 20:46:55 UTC, 0 replies.
- [3/3] mesos git commit: Fixed flakiness in TaskValidationTest.TaskReusesUnreachableTaskID. - posted by jo...@apache.org on 2017/01/25 20:46:56 UTC, 0 replies.
- mesos git commit: Added all test dependencies to libprocess' tests target. - posted by ka...@apache.org on 2017/01/25 23:00:01 UTC, 0 replies.
- [1/2] mesos git commit: Fixed incorrect header order in `cni.cpp`. - posted by ha...@apache.org on 2017/01/26 02:24:47 UTC, 0 replies.
- [2/2] mesos git commit: Made the style of the cluster name consistent with others. - posted by ha...@apache.org on 2017/01/26 02:24:48 UTC, 0 replies.
- [1/3] mesos git commit: Reverted incorrect changes in 1c2ee5c. - posted by ha...@apache.org on 2017/01/26 04:09:10 UTC, 0 replies.
- [2/3] mesos git commit: Reorganized the work directory and the runtime directory in local mode. - posted by ha...@apache.org on 2017/01/26 04:09:11 UTC, 0 replies.
- [3/3] mesos git commit: Updated scripts to allow override of MESOS environment variables. - posted by ha...@apache.org on 2017/01/26 04:09:12 UTC, 0 replies.
- mesos git commit: Fixed incorrect indent in `files.cpp`. - posted by ha...@apache.org on 2017/01/26 06:06:46 UTC, 0 replies.
- mesos git commit: Fixed small style issues in src/Makefile.am. - posted by ha...@apache.org on 2017/01/26 06:37:09 UTC, 0 replies.
- [1/4] mesos git commit: Moved agent capabilities from SlaveInfo to (re-)registerSlaveMessage. - posted by bm...@apache.org on 2017/01/26 20:16:44 UTC, 0 replies.
- [2/4] mesos git commit: Added a `install` template method to support 8 arguments. - posted by bm...@apache.org on 2017/01/26 20:16:45 UTC, 0 replies.
- [3/4] mesos git commit: Updated the protobuf tests to reflect agent capabilities moving. - posted by bm...@apache.org on 2017/01/26 20:16:46 UTC, 0 replies.
- [4/4] mesos git commit: Added agent capabilities as part of agent (re-)registration process. - posted by bm...@apache.org on 2017/01/26 20:16:47 UTC, 0 replies.
- mesos git commit: Move containerizer Rootfs support to a cpp file. - posted by ya...@apache.org on 2017/01/26 23:21:51 UTC, 0 replies.
- [1/6] mesos git commit: Updated hierarchical allocator tests to use -> operator. - posted by bm...@apache.org on 2017/01/27 00:46:49 UTC, 0 replies.
- [2/6] mesos git commit: Added a missing include to evolve.hpp. - posted by bm...@apache.org on 2017/01/27 00:46:50 UTC, 0 replies.
- [3/6] mesos git commit: Added CHECK failure logging to the sorter. - posted by bm...@apache.org on 2017/01/27 00:46:51 UTC, 0 replies.
- [4/6] mesos git commit: Added the ability to devolve v1 Resources. - posted by bm...@apache.org on 2017/01/27 00:46:52 UTC, 0 replies.
- [5/6] mesos git commit: Made a function static in the allocator. - posted by bm...@apache.org on 2017/01/27 00:46:53 UTC, 0 replies.
- [6/6] mesos git commit: Added a function for available agent resources in the allocator. - posted by bm...@apache.org on 2017/01/27 00:46:54 UTC, 0 replies.
- [1/2] mesos git commit: Added comments about `process::finalize(true)`. - posted by jo...@apache.org on 2017/01/27 01:37:05 UTC, 0 replies.
- [2/2] mesos git commit: Fixed a few executor segfaults during cleanup. - posted by jo...@apache.org on 2017/01/27 01:37:06 UTC, 0 replies.
- [1/4] mesos git commit: Updated a TODO in mesos.proto for CheckInfo. - posted by al...@apache.org on 2017/01/27 16:04:28 UTC, 0 replies.
- [2/4] mesos git commit: Added a TODO regarding task status validation. - posted by al...@apache.org on 2017/01/27 16:04:29 UTC, 0 replies.
- [3/4] mesos git commit: Ensured task's check status is delivered with reconciliation updates. - posted by al...@apache.org on 2017/01/27 16:04:30 UTC, 0 replies.
- [4/4] mesos git commit: Updated mesos-execute to show check's status. - posted by al...@apache.org on 2017/01/27 16:04:31 UTC, 0 replies.
- mesos git commit: Added Dmitry Zhuk to contributors. - posted by vi...@apache.org on 2017/01/27 18:20:29 UTC, 0 replies.
- mesos git commit: Fixed name matching for automatic resources. - posted by vi...@apache.org on 2017/01/28 01:23:38 UTC, 0 replies.
- [01/11] mesos git commit: CMake: Deleted spurious configuration settings in agent and master. - posted by jo...@apache.org on 2017/01/28 02:15:56 UTC, 0 replies.
- [02/11] mesos git commit: CMake: Marked 3rdparty headers as "system" headers. - posted by jo...@apache.org on 2017/01/28 02:15:57 UTC, 0 replies.
- [03/11] mesos git commit: CMake: Added `tests` target. - posted by jo...@apache.org on 2017/01/28 02:15:58 UTC, 0 replies.
- [04/11] mesos git commit: CMake: Added `GroupSource` function to automate IDE source grouping. - posted by jo...@apache.org on 2017/01/28 02:15:59 UTC, 0 replies.
- [05/11] mesos git commit: CMake: Transitioned Stout to automatic source grouping. - posted by jo...@apache.org on 2017/01/28 02:16:00 UTC, 0 replies.
- [06/11] mesos git commit: CMake: Added source groups for libprocess. - posted by jo...@apache.org on 2017/01/28 02:16:01 UTC, 0 replies.
- [07/11] mesos git commit: CMake: Marked 3rdparty headers as "system" headers. - posted by jo...@apache.org on 2017/01/28 02:16:02 UTC, 0 replies.
- [08/11] mesos git commit: CMake: Marked 3rdparty headers as "system" headers. - posted by jo...@apache.org on 2017/01/28 02:16:03 UTC, 0 replies.
- [09/11] mesos git commit: CMake: Added configuration of test scripts in the bin/ directory. - posted by jo...@apache.org on 2017/01/28 02:16:04 UTC, 0 replies.
- [10/11] mesos git commit: CMake: Bumped CMake version on Windows, and enforce with check. - posted by jo...@apache.org on 2017/01/28 02:16:05 UTC, 0 replies.
- [11/11] mesos git commit: Fixed test build on OSX. - posted by jo...@apache.org on 2017/01/28 02:16:06 UTC, 0 replies.
- mesos git commit: Fixed duplicate image layer ids returned by docker store. - posted by ji...@apache.org on 2017/01/29 00:57:39 UTC, 0 replies.
- [1/8] mesos git commit: Added an overload for `acceptsMediaType()`. - posted by an...@apache.org on 2017/01/29 22:18:00 UTC, 0 replies.
- [2/8] mesos git commit: Added constants for referring to request/response streaming headers. - posted by an...@apache.org on 2017/01/29 22:18:01 UTC, 0 replies.
- [3/8] mesos git commit: Renamed `streamingRequest` to `streamingMediaType`. - posted by an...@apache.org on 2017/01/29 22:18:02 UTC, 0 replies.
- [4/8] mesos git commit: Introduced `RequestMediaTypes`. - posted by an...@apache.org on 2017/01/29 22:18:03 UTC, 0 replies.
- [5/8] mesos git commit: Added some assertions to the switchboard request handler. - posted by an...@apache.org on 2017/01/29 22:18:04 UTC, 0 replies.
- [6/8] mesos git commit: Added support for the new streaming request/response headers. - posted by an...@apache.org on 2017/01/29 22:18:05 UTC, 0 replies.
- [7/8] mesos git commit: Modified existing tests to support new headers for request streaming. - posted by an...@apache.org on 2017/01/29 22:18:06 UTC, 0 replies.
- [8/8] mesos git commit: Added a test for validating streaming request/response headers. - posted by an...@apache.org on 2017/01/29 22:18:07 UTC, 0 replies.
- mesos git commit: Supported auto backend in MesosContainerizer. - posted by ji...@apache.org on 2017/01/29 22:22:25 UTC, 0 replies.
- [1/2] mesos git commit: Added a safety CHECK when accessing activeRoles in the master. - posted by bm...@apache.org on 2017/01/30 00:49:19 UTC, 0 replies.
- [2/2] mesos git commit: Added TODOs to make the master code safer. - posted by bm...@apache.org on 2017/01/30 00:49:20 UTC, 0 replies.
- [1/3] mesos git commit: Added helpers to allocate / unallocate Resources. - posted by bm...@apache.org on 2017/01/30 01:18:42 UTC, 0 replies.
- [2/3] mesos git commit: Augmented printing of Resources to include AllocationInfo. - posted by bm...@apache.org on 2017/01/30 01:18:43 UTC, 0 replies.
- [3/3] mesos git commit: Updated resources quantity stripping to strip AllocationInfo. - posted by bm...@apache.org on 2017/01/30 01:18:44 UTC, 0 replies.
- mesos git commit: Improved executor, scheduler v1 API docs. - posted by an...@apache.org on 2017/01/30 01:35:24 UTC, 0 replies.
- mesos git commit: Windows: Lower the minimum CMake version to 3.6.0. - posted by jo...@apache.org on 2017/01/30 19:55:03 UTC, 0 replies.
- svn commit: r18061 - in /dev/mesos/1.0.3-rc2: ./ mesos-1.0.3.tar.gz mesos-1.0.3.tar.gz.asc mesos-1.0.3.tar.gz.md5 - posted by vi...@apache.org on 2017/01/31 19:45:36 UTC, 0 replies.