Logo white

Peter M. Groen / redox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 152
  • Compare
  • Branches 1
  • Tags 0
  • redox
  • README.md
30 Dec, 2014
1 commit
  • Add vector<string> reply type, benchmark info in README ...
    9e898af2
    Also plan to add in set<string> and unordered_set<string>. Maybe
    queue<string>. Looking at likely removing char* as an option, if it
    shows to be about the same speed as string.
    Hayk Martirosyan authored
    2014-12-30 16:00:58 -0800  
    Browse File »

29 Dec, 2014
1 commit
  • Add more guards, rearrange logic to be more bulletproof ...
    3bb3949a
    Fixed a couple of bugs found with a test case of 100 parallel
    asynchronous clients. As of now, there are no known memory
    leaks, segfaults, or deadlocks in Redox.
    Hayk Martirosyan authored
    2014-12-29 22:10:26 -0500  
    Browse File »

27 Dec, 2014
2 commits
  • num_commands_processed() counts repeated commands too ...
    46752c1e
    Created a pointer Command.rdx (Redox*) to allow commands
    to increment Redox.cmd_count, and simplify a couple of
    other things.
    
    Did a little bit of moving and renaming context objects,
    so the context is always .ctx and commands can always
    be called c.
    Hayk Martirosyan authored
    2014-12-27 18:03:38 -0500  
    Browse File »
  • Rename to redox in readme
    dc17c42e
    Hayk Martirosyan authored
    2014-12-27 15:13:22 -0500  
    Browse File »

25 Dec, 2014
2 commits
  • Fix readme typo
    ec9289b1
    Hayk Martirosyan authored
    2014-12-25 18:32:24 -0500  
    Browse File »
  • Rename CommandAsync->Command, cancel functionality ...
    df429ec2
    Renamed CommandAsync to Command to make things simpler, and
    refactored into its own file.
    
    command() now returns a pointer to the created Command object,
    which the client can pass into cancel() to stop any delayed
    or repeating calls. This is very important for an asynchronous
    client.
    Hayk Martirosyan authored
    2014-12-25 18:30:31 -0500  
    Browse File »

23 Dec, 2014
1 commit
  • Initial commit
    583c6fe3
    Hayk Martirosyan authored
    2014-12-23 02:00:00 -0500  
    Browse File »