| mantra:/trunk/Mantra-I/mantra/ |
jump to detailed chart | hide Line History
ConstraintCalendarSort: path | last-commit | first-commit Sub Directories |
Changelog
506
by prez on
06 November 2008, 22:41:08 -0800
(12 days ago)
JIRA: MANTRA-0
A lot of changes for different reasons including: - All mantra libs are libmantra_X - Logging is integrated into config/application - Registry inherits the simple registry - Added comm…
./core/admin/command.h
506
./core/admin/console_session.h
506
./core/admin/session.h
506
./core/admin/telnet_session.h
506
./core/admin/telnet_session_impl.h
506
505
by prez on
14 October 2008, 15:34:42 -0700
(36 days ago)
JIRA: MANTRA-16
Changed telnet to handle multiple listening sockets at once. Also made some more tracing work (named trace types, asio support for socket tracing). Also added socket tracing support …
./core/admin/param_extractor.h
505
./core/admin/telnet_session.h
505
./core/admin/telnet_session_impl.h
505
./core/trace/nibble2.h
505
./core/trace/nibble2_asio.h
505
504
by prez on
06 October 2008, 20:43:19 -0700
(43 days ago)
JIRA: MANTRA-16
Added banner support and some extra nicities for telnet session.
./core/admin/telnet_session.h
504
./core/admin/telnet_session_impl.h
504
503
by prez on
01 October 2008, 15:33:38 -0700
(49 days ago)
JIRA: MANTRA-16
Added the ability to login via. telnet before a session class is created and a new thread spawned - controlled by disabling anonymous access. This stops a potential DoS.
./core/admin/session.h
503
./core/admin/telnet_session.h
503
./core/admin/telnet_session_impl.h
503
./core/mantra.h
503
502
by prez on
29 September 2008, 16:03:24 -0700
(50 days ago)
JIRA: MANTRA-16
Added STELNET functionality.
./core/admin/telnet_session.h
502
./core/exception.h
502
501
by prez on
26 September 2008, 23:56:56 -0700
(53 days ago)
JIRA: MANTRA-16
Dramatically changed session to allow for session-specific commands to be setup. This is cumulative, so all parts of the inheritance tree can expand the session-specific commands. A…
./core/admin/command.h
501
./core/admin/console_session.h
501
./core/admin/editline_session.h
501
./core/admin/selector.h
501
./core/admin/session.h
501
499
by prez on
08 September 2008, 14:55:35 -0700
(2 months 11 days ago)
JIRA: MANTRA-0
A few cleanup tasks - moved intl.h to utils, and changed some registries to anonymous_registries.
./core/admin/command.h
499
./core/admin/session.h
499
./core/admin/telnet_session.h
499
./core/intl.h
499
./core/log/asyncappender.h
499
498
by prez on
08 September 2008, 06:11:43 -0700
(2 months 11 days ago)
JIRA: MANTRA-17
Moved throttler down a level to utils.
./utils/throttler
498
./utils/throttler/throttler.h
498
./utils/throttler.h
498
495
by prez on
07 September 2008, 16:35:17 -0700
(2 months 11 days ago)
JIRA: MANTRA-17
Converted to cmake.
./core/trace/trace.h
495
494
by prez on
07 September 2008, 01:01:10 -0700
(2 months 12 days ago)
JIRA: MANTRA-3
Added telnet support. However it still needs more work. Specifically, things like shutting down the sockets explicitly when the task is stopped. Also need to re-vamp the 'quit' funct…
./core/admin/console_session.h
494
./core/admin/telnet_session.h
494
493
by prez on
06 September 2008, 19:38:34 -0700
(2 months 12 days ago)
JIRA: MANTRA-3
JIRA: MANTRA-14 JIRA: MANTRA-15 A LOT of changes to admin and other stuff because of this. However now I should be ready to implement telnet session.
./core/admin/builtin_sessions.h
493
./core/admin/command.h
493
./core/admin/console_session.h
493
./core/admin/editline_session.h
493
./core/admin/param_extractor.h
493
491
by prez on
07 July 2008, 18:20:56 -0700
(4 months 12 days ago)
JIRA: MANTRA-14
Updated help system.
./core/admin/command.h
491
./core/admin/session.h
491
./utils/complex_format.h
491
490
by prez on
07 July 2008, 10:06:58 -0700
(4 months 13 days ago)
JIRA: MANTRA-0
Bugfix.
./utils/registry.h
490
489
by prez on
07 July 2008, 10:01:38 -0700
(4 months 13 days ago)
JIRA: MANTRA-0
Required anonymous registry.
./utils/registry.h
489
488
by prez on
07 July 2008, 09:15:51 -0700
(4 months 13 days ago)
JIRA: MANTRA-8
Fixed compilation issue.
./core/trace/trace.h
488
485
by prez on
03 July 2008, 12:47:02 -0700
(4 months 17 days ago)
JIRA: MANTRA-9
Fixed memory leak with uuid::string().
./utils/async_queue.h
485
484
by prez on
03 July 2008, 12:30:43 -0700
(4 months 17 days ago)
JIRA: MANTRA-9
Converted to using a more standard UUID (the OSSP version).
./core/admin/session.h
484
./core/trace/tss.h
484
./scheduler/message.h
484
./utils/async_queue.h
484
./utils/uuid.h
484
483
by prez on
01 July 2008, 16:42:09 -0700
(4 months 18 days ago)
JIRA: MANTRA-12
Fixed a bug where the circular_queue would leave around a copy of the element. Added singular_queue using boost::optional mainly for event's purposes. This fixes the 'dangling msg' fo…
./core/trace/trace.h
483
./utils/async_queue.h
483
482
by prez on
19 June 2008, 14:08:51 -0700
(5 months ago)
JIRA: MANTRA-8
More tracing related changes.
./core/intl.h
482
./core/trace/dynarg.h
482
./utils/async_queue.h
482
./utils/rx.h
482
477
by prez on
19 June 2008, 07:33:03 -0700
(5 months ago)
JIRA: MANTRA-8
Fixed accumulative timings.
./core/trace/accum_timings.h
477
476
by prez on
18 June 2008, 21:54:22 -0700
(5 months ago)
JIRA: MANTRA-8
Added accumulative timings. Still needs more testing.
./core/trace/accum_timings.h
476
./core/trace/simple_timings.h
476
475
by prez on
17 June 2008, 21:30:36 -0700
(5 months 1 day ago)
JIRA: MANTRA-8
Added simple timings (ie. in-thread mark-to-mark based timings). Useful for latency timings and tracking latency through a task's processes, without having to pass around a statistics…
./core/trace/simple_timings.h
475
./core/trace/trace.h
475
./utils/datetime.h
475
474
by prez on
16 June 2008, 15:13:21 -0700
(5 months 3 days ago)
JIRA: MANTRA-8
More trace additions.
./core/admin/builtin_sessions.h
474
./core/admin/command.h
474
./core/admin/param_extractor.h
474
./core/admin/selector.h
474
./core/log/appender.h
474
473
by prez on
12 June 2008, 18:52:26 -0700
(5 months 6 days ago)
JIRA: MANTRA-8
Yanked type_id stuff from boost::python. Also adjusted dynarg to show the values in pairs, and the size of any STL container that has a constant time size() argument (vector, deque, (m…
./core/trace/decorated_type_id.hpp
473
./core/trace/dynarg.h
473
./core/trace/indirect_traits.hpp
473
./core/trace/msvc_typeinfo.hpp
473
./core/trace/type_id.hpp
473
472
by prez on
12 June 2008, 16:57:13 -0700
(5 months 6 days ago)
JIRA: MANTRA-8
Added tracing semantics to all .cpp files.
./core/trace/dynarg.h
472
./core/trace/nibble0.h
472
./core/trace/nibble2.h
472
./utils/duration.h
472
471
by prez on
10 June 2008, 17:18:37 -0700
(5 months 8 days ago)
JIRA: MANTRA-8
Changed codetype to be an unsigned char, and made trace have an array of 256 of them (ie. no more map lookups). Also made connection stuff asio complient.
./core/trace/nibble0.h
471
./core/trace/nibble1.h
471
./core/trace/nibble2.h
471
./core/trace/trace.h
471
./core/trace/tss.h
471
470
by prez on
09 June 2008, 21:13:02 -0700
(5 months 9 days ago)
JIRA: MANTRA-8
Added first rev of tracing back based off old code. Have not added tracing to mantra functions yet.
./core/trace/dynarg.h
470
./core/trace/nibble0.h
470
./core/trace/nibble1.h
470
./core/trace/nibble2.h
470
./core/trace/nibble3.h
470
469
by prez on
06 June 2008, 15:33:11 -0700
(5 months 13 days ago)
JIRA: MANTRA-3
Added more commands, changed some to use the new output methods, and fixed some bugs in the scheduler::route and message tracking.
./core/admin/builtin_sessions.h
469
./core/admin/session.h
469
./scheduler/message.h
469
./utils/uuid.h
469
468
by prez on
06 June 2008, 05:20:38 -0700
(5 months 13 days ago)
JIRA: MANTRA-14
Fixed memory in tree by making it clean up all the nodes it gets.
./utils/complex_format.h
468
467
by prez on
06 June 2008, 05:08:13 -0700
(5 months 13 days ago)
JIRA: MANTRA-14
Added code for formatting of specific complex objects (table and tree).
./utils/complex_format.h
467
./utils/exception.h
467
|