You are viewing a plain text version of this content. The canonical link for it is here.
- mesos git commit: Replaced gmtime() with gmtime_r(). - posted by vi...@apache.org on 2015/03/02 19:58:08 UTC, 0 replies.
- mesos git commit: Minor fixes to logging gmtime_r() errno. - posted by vi...@apache.org on 2015/03/02 22:49:44 UTC, 0 replies.
- mesos git commit: Fixed Master::finalize() to remove slaves and frameworks from the allocator. - posted by vi...@apache.org on 2015/03/03 01:07:15 UTC, 0 replies.
- mesos git commit: Deprecate /stats.json endpoint and supporting code. - posted by dm...@apache.org on 2015/03/03 21:26:59 UTC, 0 replies.
- [1/2] mesos git commit: Fixed a regression of replicated log logging. - posted by ji...@apache.org on 2015/03/04 20:51:45 UTC, 0 replies.
- [2/2] mesos git commit: Fixed a bug in the log benchmark tool. - posted by ji...@apache.org on 2015/03/04 20:51:46 UTC, 0 replies.
- mesos git commit: Added homebrew update to release guide. - posted by nn...@apache.org on 2015/03/04 23:29:08 UTC, 0 replies.
- [1/2] mesos git commit: Moved and re-enabled a persistent volume test. - posted by ji...@apache.org on 2015/03/05 01:18:37 UTC, 0 replies.
- [2/2] mesos git commit: Moved task validation tests to master_validation_tests.cpp. - posted by ji...@apache.org on 2015/03/05 01:18:38 UTC, 0 replies.
- mesos git commit: Replace hardcoded constants from libprocess with INADDR_ANY and INADDR_LOOPBACK. - posted by dm...@apache.org on 2015/03/05 19:24:30 UTC, 0 replies.
- mesos git commit: Fixed a bug in PosixDiskIsolator during slave recovery. - posted by ji...@apache.org on 2015/03/05 23:42:48 UTC, 0 replies.
- mesos git commit: Added presentation on building and deploying, on 26 Feb 2015. - posted by vi...@apache.org on 2015/03/06 19:49:34 UTC, 0 replies.
- mesos git commit: Fixed flaky MasterTest.ShutdownFrameworkWhileTaskRunning test. - posted by vi...@apache.org on 2015/03/06 22:50:40 UTC, 0 replies.
- [1/4] mesos git commit: Introduce IPNetwork in stout to encapsulate IP address and netmask. - posted by ji...@apache.org on 2015/03/07 07:20:30 UTC, 0 replies.
- [2/4] mesos git commit: Added protocol family support in IP and IPNetwork. - posted by ji...@apache.org on 2015/03/07 07:20:31 UTC, 0 replies.
- [3/4] mesos git commit: Used the new IP and IPNetwork abstraction in libprocess. - posted by ji...@apache.org on 2015/03/07 07:20:32 UTC, 0 replies.
- [4/4] mesos git commit: Used IP and IPNetwork abstraction in Mesos. - posted by ji...@apache.org on 2015/03/07 07:20:33 UTC, 0 replies.
- mesos git commit: Add Learnium and TellApart to Mesos adopters list. - posted by dl...@apache.org on 2015/03/09 17:54:29 UTC, 0 replies.
- svn commit: r1665304 [1/3] - in /mesos/site: publish/ publish/documentation/app-framework-development-guide/ publish/documentation/configuration/ publish/documentation/latest/app-framework-development-guide/ publish/documentation/latest/configuration/ ... - posted by dl...@apache.org on 2015/03/09 18:01:57 UTC, 0 replies.
- svn commit: r1665304 [2/3] - in /mesos/site: publish/ publish/documentation/app-framework-development-guide/ publish/documentation/configuration/ publish/documentation/latest/app-framework-development-guide/ publish/documentation/latest/configuration/ ... - posted by dl...@apache.org on 2015/03/09 18:01:57 UTC, 0 replies.
- svn commit: r1665304 [3/3] - in /mesos/site: publish/ publish/documentation/app-framework-development-guide/ publish/documentation/configuration/ publish/documentation/latest/app-framework-development-guide/ publish/documentation/latest/configuration/ ... - posted by dl...@apache.org on 2015/03/09 18:01:57 UTC, 0 replies.
- mesos git commit: MESOS-2426 developer guide improvements. - posted by vi...@apache.org on 2015/03/09 18:51:28 UTC, 0 replies.
- mesos git commit: Added fq_codel qdisc support in the routing library. - posted by ji...@apache.org on 2015/03/09 20:19:36 UTC, 0 replies.
- mesos git commit: Remove static strings from process and split out some source. - posted by dm...@apache.org on 2015/03/09 20:40:35 UTC, 0 replies.
- mesos git commit: Fixed the right angle brackets in the routing library. - posted by ji...@apache.org on 2015/03/09 20:44:36 UTC, 0 replies.
- mesos git commit: Fixed race in getFieldID helper. - posted by nn...@apache.org on 2015/03/09 22:21:14 UTC, 0 replies.
- mesos git commit: Fixed process::initialize() to correctly deal with 127.0.0.1 address. - posted by vi...@apache.org on 2015/03/10 18:34:10 UTC, 0 replies.
- [1/2] mesos git commit: Made fromLinkDevice a member of the IPNetwork class in stout. - posted by ji...@apache.org on 2015/03/10 19:25:29 UTC, 0 replies.
- [2/2] mesos git commit: Updated Mesos for the fromLinkDevice method. - posted by ji...@apache.org on 2015/03/10 19:25:30 UTC, 0 replies.
- mesos git commit: Added "max allowed age" to metrics endpoint. - posted by nn...@apache.org on 2015/03/10 20:33:07 UTC, 0 replies.
- mesos git commit: Added an interface to get all IP packet filters. - posted by ji...@apache.org on 2015/03/10 21:52:30 UTC, 0 replies.
- [01/10] mesos git commit: Add a MountInfoTable for per-process mount information. - posted by id...@apache.org on 2015/03/11 01:24:43 UTC, 0 replies.
- [02/10] mesos git commit: Accept dummy arguments for fs::mount(). - posted by id...@apache.org on 2015/03/11 01:24:44 UTC, 0 replies.
- [03/10] mesos git commit: Add os::stat::mode(). - posted by id...@apache.org on 2015/03/11 01:24:45 UTC, 0 replies.
- [04/10] mesos git commit: Move stat related functions to os/stat.hpp. - posted by id...@apache.org on 2015/03/11 01:24:46 UTC, 0 replies.
- [05/10] mesos git commit: Update calls to moved stout stat functions. - posted by id...@apache.org on 2015/03/11 01:24:47 UTC, 0 replies.
- [06/10] mesos git commit: Add os::stat::rdev(). - posted by id...@apache.org on 2015/03/11 01:24:48 UTC, 0 replies.
- [07/10] mesos git commit: Add os::chroot() wrapper. - posted by id...@apache.org on 2015/03/11 01:24:49 UTC, 0 replies.
- [08/10] mesos git commit: Add os::mknod() wrapper. - posted by id...@apache.org on 2015/03/11 01:24:50 UTC, 0 replies.
- [09/10] mesos git commit: Add missing include to stout/os/read.hpp. - posted by id...@apache.org on 2015/03/11 01:24:51 UTC, 0 replies.
- [10/10] mesos git commit: Add Linux pivot_root() wrapper. - posted by id...@apache.org on 2015/03/11 01:24:52 UTC, 0 replies.
- svn commit: r1665754 [1/3] - in /mesos/site: publish/documentation/latest/mesos-developers-guide/index.html publish/documentation/mesos-developers-guide/index.html publish/sitemap.xml source/documentation/latest/mesos-developers-guide.md - posted by dl...@apache.org on 2015/03/11 02:39:53 UTC, 0 replies.
- svn commit: r1665754 [3/3] - in /mesos/site: publish/documentation/latest/mesos-developers-guide/index.html publish/documentation/mesos-developers-guide/index.html publish/sitemap.xml source/documentation/latest/mesos-developers-guide.md - posted by dl...@apache.org on 2015/03/11 02:39:53 UTC, 0 replies.
- svn commit: r1665754 [2/3] - in /mesos/site: publish/documentation/latest/mesos-developers-guide/index.html publish/documentation/mesos-developers-guide/index.html publish/sitemap.xml source/documentation/latest/mesos-developers-guide.md - posted by dl...@apache.org on 2015/03/11 02:39:53 UTC, 0 replies.
- svn commit: r1665755 - in /mesos/site: publish/community/user-groups/index.html source/community/user-groups.html.md - posted by dl...@apache.org on 2015/03/11 02:47:29 UTC, 0 replies.
- mesos git commit: Only execute Mknod test if root. - posted by id...@apache.org on 2015/03/11 16:25:49 UTC, 0 replies.
- [1/2] mesos git commit: stout: Make the counting of netmask set bits more efficient. - posted by dm...@apache.org on 2015/03/11 19:05:00 UTC, 0 replies.
- [2/2] mesos git commit: libprocess: Make the counting of netmask set bits more efficient. - posted by dm...@apache.org on 2015/03/11 19:05:01 UTC, 0 replies.
- mesos git commit: Removed unnecessary forward declarations in encoder.hpp. - posted by bm...@apache.org on 2015/03/11 23:25:40 UTC, 0 replies.
- mesos git commit: Used ASSERT instead of CHECK in os_tests.cpp. - posted by ji...@apache.org on 2015/03/11 23:55:41 UTC, 0 replies.
- [1/2] mesos git commit: Updated Hooks to fix failure during master failover. - posted by nn...@apache.org on 2015/03/12 01:34:54 UTC, 0 replies.
- [2/2] mesos git commit: Added test for long lived executors. - posted by nn...@apache.org on 2015/03/12 01:34:55 UTC, 0 replies.
- [1/3] mesos git commit: Added Python binding for the acceptOffers API. - posted by ji...@apache.org on 2015/03/12 02:22:15 UTC, 0 replies.
- [2/3] mesos git commit: Added Java binding for the new acceptOffers API. - posted by ji...@apache.org on 2015/03/12 02:22:16 UTC, 0 replies.
- [3/3] mesos git commit: Removed tailing white spaces in TestFramework.java. - posted by ji...@apache.org on 2015/03/12 02:22:17 UTC, 0 replies.
- mesos git commit: Temporarily disabled MasterFailoverLongLivedExecutor test. - posted by nn...@apache.org on 2015/03/12 06:32:11 UTC, 0 replies.
- mesos git commit: Corrected constant naming rule in the style guide. - posted by be...@apache.org on 2015/03/12 18:41:53 UTC, 0 replies.
- Git Push Summary - posted by nn...@apache.org on 2015/03/12 19:41:44 UTC, 4 replies.
- mesos git commit: Reserved memory for JSON arrays in the master's http endpoints. - posted by bm...@apache.org on 2015/03/12 20:30:33 UTC, 0 replies.
- [1/2] mesos git commit: Fixed protobuf comparisons by accounting for new fields. - posted by vi...@apache.org on 2015/03/13 02:30:10 UTC, 0 replies.
- [2/2] mesos git commit: Fixed comparison of protobufs with optional fields. - posted by vi...@apache.org on 2015/03/13 02:30:11 UTC, 0 replies.
- mesos git commit: Add doc for slave_removal_rate_limit. - posted by tn...@apache.org on 2015/03/13 09:44:51 UTC, 1 replies.
- mesos git commit: Fixed unused comparisons on the == operator for TaskStatus. - posted by ti...@apache.org on 2015/03/13 12:59:06 UTC, 0 replies.
- mesos git commit: Print errno in process:childMain(). - posted by vi...@apache.org on 2015/03/13 19:48:14 UTC, 0 replies.
- mesos git commit: Updated post-review installation link. - posted by vi...@apache.org on 2015/03/16 20:43:52 UTC, 0 replies.
- mesos git commit: Expose the number of processes and threads in a container when cgroup is enabled. - posted by id...@apache.org on 2015/03/16 21:02:55 UTC, 0 replies.
- mesos git commit: Used LDADD to add unbundled libraries to all command line programs. - posted by nn...@apache.org on 2015/03/16 21:21:01 UTC, 0 replies.
- svn commit: r1667127 [1/3] - in /mesos/site: publish/community/user-groups/index.html publish/sitemap.xml source/community/user-groups.html.md - posted by dl...@apache.org on 2015/03/16 21:42:14 UTC, 0 replies.
- svn commit: r1667127 [2/3] - in /mesos/site: publish/community/user-groups/index.html publish/sitemap.xml source/community/user-groups.html.md - posted by dl...@apache.org on 2015/03/16 21:42:14 UTC, 0 replies.
- svn commit: r1667127 [3/3] - in /mesos/site: publish/community/user-groups/index.html publish/sitemap.xml source/community/user-groups.html.md - posted by dl...@apache.org on 2015/03/16 21:42:14 UTC, 0 replies.
- [1/2] mesos git commit: Fixed whitespace in future.hpp. - posted by bm...@apache.org on 2015/03/17 00:23:46 UTC, 0 replies.
- [2/2] mesos git commit: Restored TODO on Future lost during 2885c809. - posted by bm...@apache.org on 2015/03/17 00:23:47 UTC, 0 replies.
- mesos git commit: Ensured TaskStatus::source field is set for executor status updates. - posted by nn...@apache.org on 2015/03/18 00:01:05 UTC, 0 replies.
- mesos git commit: Updated changelog for 0.22.0. - posted by nn...@apache.org on 2015/03/18 00:14:54 UTC, 0 replies.
- mesos git commit: Removed misleading comment getFieldID. - posted by bm...@apache.org on 2015/03/18 01:11:04 UTC, 0 replies.
- mesos git commit: Disable MountInfoTableRead test. - posted by id...@apache.org on 2015/03/18 18:04:02 UTC, 0 replies.
- mesos git commit: Added more debug info to ABORT() in subprocess childMain(). - posted by vi...@apache.org on 2015/03/18 20:07:13 UTC, 0 replies.
- svn commit: r8324 - in /dev/mesos/0.22.0-rc4: ./ mesos-0.22.0.tar.gz mesos-0.22.0.tar.gz.asc mesos-0.22.0.tar.gz.md5 - posted by nn...@apache.org on 2015/03/18 20:49:55 UTC, 0 replies.
- mesos git commit: Factored out sum function for Resources. - posted by ji...@apache.org on 2015/03/19 23:28:49 UTC, 0 replies.
- mesos git commit: Added operator+= and operator+ for hashmap. - posted by ji...@apache.org on 2015/03/19 23:36:33 UTC, 0 replies.
- mesos git commit: Introduced an http::Pipe abstraction to simplify streaming HTTP Responses. - posted by bm...@apache.org on 2015/03/20 07:18:37 UTC, 0 replies.
- mesos git commit: Provide a default bind() in Socket: any port localhost. - posted by ji...@apache.org on 2015/03/20 19:32:13 UTC, 0 replies.
- mesos git commit: Replaced raw pointer by Owned pointer in ExternalContainerizer. - posted by bm...@apache.org on 2015/03/20 20:33:41 UTC, 0 replies.
- mesos git commit: Fixed right angle brackets in containerizer code. - posted by ji...@apache.org on 2015/03/21 00:16:29 UTC, 0 replies.
- svn commit: r1668519 [3/3] - in /mesos/site: publish/ publish/documentation/configuration/ publish/documentation/latest/configuration/ publish/documentation/latest/mesos-c++-style-guide/ publish/documentation/latest/mesos-developers-guide/ publish/docu... - posted by dl...@apache.org on 2015/03/23 07:35:30 UTC, 0 replies.
- svn commit: r1668519 [1/3] - in /mesos/site: publish/ publish/documentation/configuration/ publish/documentation/latest/configuration/ publish/documentation/latest/mesos-c++-style-guide/ publish/documentation/latest/mesos-developers-guide/ publish/docu... - posted by dl...@apache.org on 2015/03/23 07:35:30 UTC, 0 replies.
- svn commit: r1668519 [2/3] - in /mesos/site: publish/ publish/documentation/configuration/ publish/documentation/latest/configuration/ publish/documentation/latest/mesos-c++-style-guide/ publish/documentation/latest/mesos-developers-guide/ publish/docu... - posted by dl...@apache.org on 2015/03/23 07:35:30 UTC, 0 replies.
- svn commit: r1668520 - in /mesos/site: publish/community/user-groups/index.html source/community/user-groups.html.md - posted by dl...@apache.org on 2015/03/23 07:38:16 UTC, 0 replies.
- mesos git commit: Changed default htb leaf qdisc to fq_codel in port mapping isolator. - posted by ji...@apache.org on 2015/03/23 19:36:12 UTC, 0 replies.
- [1/2] mesos git commit: Fixed the non-POD global variables in port mapping isolator. - posted by ji...@apache.org on 2015/03/23 19:46:03 UTC, 0 replies.
- [2/2] mesos git commit: Fixed the right angle brackets in isolator header. - posted by ji...@apache.org on 2015/03/23 19:46:04 UTC, 0 replies.
- svn commit: r1668703 [1/3] - in /mesos/site: publish/community/index.html publish/sitemap.xml source/community.html.md - posted by nn...@apache.org on 2015/03/23 20:36:37 UTC, 0 replies.
- svn commit: r1668703 [2/3] - in /mesos/site: publish/community/index.html publish/sitemap.xml source/community.html.md - posted by nn...@apache.org on 2015/03/23 20:36:37 UTC, 0 replies.
- svn commit: r1668703 [3/3] - in /mesos/site: publish/community/index.html publish/sitemap.xml source/community.html.md - posted by nn...@apache.org on 2015/03/23 20:36:37 UTC, 0 replies.
- mesos git commit: Cleaned up TODO comments that are already implemented. - posted by nn...@apache.org on 2015/03/24 01:26:04 UTC, 0 replies.
- mesos git commit: Updated launchTasks scheduler Python API docstring. - posted by nn...@apache.org on 2015/03/24 02:09:05 UTC, 0 replies.
- mesos git commit: Remove the checkpoint variable entirely from slave/flags.hpp. - posted by me...@apache.org on 2015/03/24 02:53:49 UTC, 0 replies.
- mesos git commit: Fixed a regression caused by the slave checkpoint flag removal. - posted by ji...@apache.org on 2015/03/24 19:13:56 UTC, 0 replies.
- mesos git commit: Fix PerfTest.ROOT_SampleInit to sample a process known to consume cpu. - posted by id...@apache.org on 2015/03/24 23:06:11 UTC, 0 replies.
- svn commit: r8427 - in /release/mesos/0.22.0: ./ mesos-0.22.0.tar.gz mesos-0.22.0.tar.gz.asc mesos-0.22.0.tar.gz.md5 - posted by nn...@apache.org on 2015/03/25 01:00:10 UTC, 0 replies.
- [01/12] mesos git commit: Re-ordered decoder callbacks to be in execution order. - posted by bm...@apache.org on 2015/03/25 01:02:10 UTC, 0 replies.
- [02/12] mesos git commit: Updated the http-parser upgrade TODO. - posted by bm...@apache.org on 2015/03/25 01:02:11 UTC, 0 replies.
- [03/12] mesos git commit: Fixed a copy/paste naming mistake in decoder_tests.cpp. - posted by bm...@apache.org on 2015/03/25 01:02:12 UTC, 0 replies.
- [04/12] mesos git commit: Moved http::Request::accepts from header into cpp file. - posted by bm...@apache.org on 2015/03/25 01:02:13 UTC, 0 replies.
- [05/12] mesos git commit: Moved http::initialize from header to .cpp file. - posted by bm...@apache.org on 2015/03/25 01:02:14 UTC, 0 replies.
- [06/12] mesos git commit: Moved http::URL output operator from header to .cpp file. - posted by bm...@apache.org on 2015/03/25 01:02:15 UTC, 0 replies.
- [07/12] mesos git commit: Moved http encode/decode from header to .cpp file. - posted by bm...@apache.org on 2015/03/25 01:02:16 UTC, 0 replies.
- [08/12] mesos git commit: Moved http::path::parse from header to .cpp file. - posted by bm...@apache.org on 2015/03/25 01:02:17 UTC, 0 replies.
- [09/12] mesos git commit: Removed use of 'assert' in decoder.hpp. - posted by bm...@apache.org on 2015/03/25 01:02:18 UTC, 0 replies.
- [10/12] mesos git commit: Added a wrapper for HttpProcess to prevent segfaults during test failures. - posted by bm...@apache.org on 2015/03/25 01:02:19 UTC, 0 replies.
- [11/12] mesos git commit: Removed http::put and added a TODO. - posted by bm...@apache.org on 2015/03/25 01:02:20 UTC, 0 replies.
- [12/12] mesos git commit: Re-ordered and updated documentation for http::get/post/put. - posted by bm...@apache.org on 2015/03/25 01:02:21 UTC, 0 replies.
- mesos git commit: Fixed flaky MesosContainerizerDestroyTest tests. - posted by vi...@apache.org on 2015/03/25 01:05:56 UTC, 1 replies.
- mesos git commit: Disallowed multiple cgroups base hierarchies in tests. - posted by ji...@apache.org on 2015/03/25 01:12:48 UTC, 0 replies.
- mesos git commit: Allowed MesosContainerizer to take empty isolation flag. - posted by ji...@apache.org on 2015/03/25 01:16:40 UTC, 0 replies.
- mesos git commit: Added validations performed in the MesosExecutorDriver to the Slave. - posted by ti...@apache.org on 2015/03/25 12:01:13 UTC, 0 replies.
- mesos git commit: Fixed the race in MasterTest.MasterFailoverLongLivedExecutor. - posted by nn...@apache.org on 2015/03/25 19:25:04 UTC, 0 replies.
- svn commit: r1669231 [2/3] - in /mesos/site: publish/ publish/blog/ publish/blog/mesos-0-22-0-released/ publish/downloads/ source/ source/blog/ - posted by nn...@apache.org on 2015/03/25 22:19:41 UTC, 0 replies.
- svn commit: r1669231 [1/3] - in /mesos/site: publish/ publish/blog/ publish/blog/mesos-0-22-0-released/ publish/downloads/ source/ source/blog/ - posted by nn...@apache.org on 2015/03/25 22:19:41 UTC, 0 replies.
- svn commit: r1669231 [3/3] - in /mesos/site: publish/ publish/blog/ publish/blog/mesos-0-22-0-released/ publish/downloads/ source/ source/blog/ - posted by nn...@apache.org on 2015/03/25 22:19:41 UTC, 0 replies.
- mesos git commit: Fixed a regression caused by multiple cgroups base hierarchy detection. - posted by ji...@apache.org on 2015/03/25 22:26:19 UTC, 0 replies.
- mesos git commit: Cleaned up and simplified PortMappingMesosTest. - posted by ji...@apache.org on 2015/03/26 01:35:55 UTC, 0 replies.
- mesos git commit: Add Motus, Gutefrage.net, Foursquare, and Auchan Ecommerce France to Mesos Adopters list. - posted by dl...@apache.org on 2015/03/26 02:30:12 UTC, 0 replies.
- svn commit: r1669247 - in /mesos/site: publish/documentation/latest/powered-by-mesos/index.html publish/documentation/powered-by-mesos/index.html source/documentation/latest/powered-by-mesos.md - posted by dl...@apache.org on 2015/03/26 02:32:26 UTC, 0 replies.
- mesos git commit: Remove non-variadic strings::format() implementation. - posted by be...@apache.org on 2015/03/26 17:11:45 UTC, 0 replies.
- svn commit: r1669364 [2/3] - in /mesos/site: publish/community/user-groups/index.html publish/sitemap.xml source/community/user-groups.html.md - posted by dl...@apache.org on 2015/03/26 17:29:05 UTC, 0 replies.
- svn commit: r1669364 [3/3] - in /mesos/site: publish/community/user-groups/index.html publish/sitemap.xml source/community/user-groups.html.md - posted by dl...@apache.org on 2015/03/26 17:29:05 UTC, 0 replies.
- svn commit: r1669364 [1/3] - in /mesos/site: publish/community/user-groups/index.html publish/sitemap.xml source/community/user-groups.html.md - posted by dl...@apache.org on 2015/03/26 17:29:05 UTC, 0 replies.
- mesos git commit: Fixed an incorrect metric for slave removals. - posted by bm...@apache.org on 2015/03/27 01:28:14 UTC, 0 replies.
- mesos git commit: Symlink the namespace handle with ContainerID for the port mapping isolator. - posted by ji...@apache.org on 2015/03/27 01:30:32 UTC, 0 replies.
- mesos git commit: Removed duplicate --slave_removal_rate_limit entry in configuration.md - posted by me...@apache.org on 2015/03/27 06:26:32 UTC, 0 replies.
- [1/2] mesos git commit: Added << operator to stout::flags. - posted by ti...@apache.org on 2015/03/27 16:24:19 UTC, 0 replies.
- [2/2] mesos git commit: Added flags to logs at master and slave startup. - posted by ti...@apache.org on 2015/03/27 16:24:20 UTC, 0 replies.
- [1/2] mesos git commit: Added support for listening on cgroups memory pressures. - posted by ji...@apache.org on 2015/03/27 20:58:19 UTC, 0 replies.
- [2/2] mesos git commit: Added cgroups memory pressure counter tests. - posted by ji...@apache.org on 2015/03/27 20:58:20 UTC, 0 replies.
- mesos git commit: Fixed Attributes and Resources documentation. - posted by nn...@apache.org on 2015/03/27 21:06:27 UTC, 0 replies.
- [1/3] mesos git commit: Simplified master authentication. - posted by me...@apache.org on 2015/03/27 23:51:01 UTC, 0 replies.
- [2/3] mesos git commit: Added concurrency protection within the SASL auxprop plugin code. - posted by me...@apache.org on 2015/03/27 23:51:02 UTC, 0 replies.
- [3/3] mesos git commit: Split cram_md5 authenticator into declaration and implementation without functional changes. - posted by me...@apache.org on 2015/03/27 23:51:03 UTC, 0 replies.
- svn commit: r1669837 [3/3] - in /mesos/site: publish/community/user-groups/index.html publish/sitemap.xml source/community/user-groups.html.md - posted by dl...@apache.org on 2015/03/28 22:12:41 UTC, 0 replies.
- svn commit: r1669837 [1/3] - in /mesos/site: publish/community/user-groups/index.html publish/sitemap.xml source/community/user-groups.html.md - posted by dl...@apache.org on 2015/03/28 22:12:41 UTC, 0 replies.
- svn commit: r1669837 [2/3] - in /mesos/site: publish/community/user-groups/index.html publish/sitemap.xml source/community/user-groups.html.md - posted by dl...@apache.org on 2015/03/28 22:12:41 UTC, 0 replies.
- [1/2] mesos git commit: Fix memory corruption in AbstractState JNI bindings. MESOS-2161. - posted by be...@apache.org on 2015/03/29 22:03:11 UTC, 0 replies.
- [2/2] mesos git commit: Add MESOS_{MAJOR|MINOR|PATCH}_VERSION. - posted by be...@apache.org on 2015/03/29 22:03:12 UTC, 0 replies.
- mesos git commit: Fixed a compiler warning in cgroups memory pressure tests. - posted by ji...@apache.org on 2015/03/30 19:15:16 UTC, 0 replies.
- mesos git commit: Revised authenticator interface to allow for two fold implementations. - posted by me...@apache.org on 2015/03/30 20:48:00 UTC, 0 replies.
- [1/3] mesos git commit: Added failure semantics for http::Pipe::Writer. - posted by bm...@apache.org on 2015/03/31 02:12:43 UTC, 0 replies.
- [2/3] mesos git commit: Added a StreamingResponseDecoder. - posted by bm...@apache.org on 2015/03/31 02:12:44 UTC, 0 replies.
- [3/3] mesos git commit: Added http::streaming::get/post for client-side streaming responses. - posted by bm...@apache.org on 2015/03/31 02:12:45 UTC, 0 replies.
- mesos git commit: Fixed a compiler issue on gcc-4.6. - posted by bm...@apache.org on 2015/03/31 03:27:06 UTC, 0 replies.
- mesos git commit: Fixed the right angle brackets in subprocess code. - posted by ji...@apache.org on 2015/03/31 19:02:39 UTC, 0 replies.