I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Mar 13, 2010
  2. Mar 09, 2010
    • zzz's avatar
      * UDP: · 40e820ca
      zzz authored
            - Big refactor of several classes for concurrent,
              elimination of several locks
            - Reduce max number of resent acks in a packet to
              lower overhead
            - Take incoming messages from the head of the queue,
              not sure why taking them from the tail "reduces latency"
            - Java 5 cleanup
      40e820ca
    • zzz's avatar
      * TunnelGatewayPumper: Refactor for concurrent · d79387bd
      zzz authored
      d79387bd
    • zzz's avatar
      * Job Queue: · 05f2a62c
      zzz authored
            - Replace some locks with concurrent
            - Change job ID to a long so it won't wrap
            - Remove some unused stats
            - Java 5 and debug cleanup
      05f2a62c
    • zzz's avatar
      * FIFOBandwidthRefiller: · 78a965dc
      zzz authored
            - Replace global counters with atomics
            - Use lockless shortcut methods to grant
              requests if we can satisfy immediately
      78a965dc
  3. Mar 08, 2010
  4. Mar 06, 2010
  5. Mar 05, 2010
  6. Mar 04, 2010
  7. Mar 02, 2010
  8. Feb 27, 2010
  9. Feb 26, 2010
    • zzz's avatar
      support plugin themes · b4911a2b
      zzz authored
      b4911a2b
    • zzz's avatar
      * UDP Transport: · 7b70210c
      zzz authored
            - Replace the unused-since-2006 TimedWeightedPriorityMessageQueue
              with DummyThrottle
            - Don't instantiate and start TWPMQ Cleaner and OutboundRefiller
              threads, part of priority queues unused since 0.6.1.11
            - Don't instantiate and start UDPFlooder, it is for testing only
      7b70210c
Loading