index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Continuing work-in-progress
Chris Hall
2010-01-08
15
-268
/
+1191
*
|
Further refinement to arguments for message queue blocks.
Chris Hall
2010-01-07
3
-359
/
+210
*
|
Further extension to arguments for message queue blocks.
Chris Hall
2010-01-06
2
-0
/
+124
*
|
Merge branch 'bgp_engine' of /git/quagga.euro-ix into bgp_engine
Chris Hall
2010-01-06
1
-4
/
+27
|
\
\
|
*
|
Added "threaded" command.
paulo
2010-01-06
1
-4
/
+27
*
|
|
Extended argument handling for message queue blocks.
Chris Hall
2010-01-06
3
-38
/
+509
|
/
/
*
|
Work in progress on BGP Engine
Chris Hall
2010-01-06
9
-417
/
+907
*
|
Tighten SU_ADDRSTRLEN and sockunion2str() in lib/sockunion.c/.h
Chris Hall
2010-01-05
2
-1
/
+14
*
|
Merge branch 'bgp_engine' of /git/quagga.euro-ix into bgp_engine
Chris Hall
2010-01-05
2
-8
/
+28
|
\
\
|
*
|
Fix typo in lib/sockunion.c
paulo
2010-01-04
1
-1
/
+1
|
*
|
Merge branch 'pthreads' of ssh://paulo@80.177.246.130/git/quagga.euro-ix into...
paulo
2010-01-04
1
-7
/
+27
|
|
\
\
|
|
*
|
Set socket non-blocking prior to listen(). Changed to recursive
paulo
2010-01-04
1
-7
/
+27
*
|
|
|
Add qpthreads_thread_created to lib/qpthreads
Chris Hall
2010-01-05
2
-4
/
+10
|
/
/
/
*
/
/
Initial commit for bgp_engine branch -- seeding new files...
Chris Hall
2010-01-04
45
-2443
/
+8972
|
/
/
*
|
Fix bug in using new mqueue interface. Change which signals
paulo
2009-12-18
2
-2
/
+9
*
|
Can't use stderr after daemonizing, goes to dev/null
paulo
2009-12-18
1
-8
/
+0
*
|
QDEBUG handling. Debug banner on stderr, vty and log file. Annouce
paulo
2009-12-18
5
-2
/
+71
*
|
Changes to mqueue interface to support revoke.
paulo
2009-12-18
4
-74
/
+40
*
|
Use qpt version of pthread_join
paulo
2009-12-17
1
-3
/
+2
*
|
Add qpt_thread_join() to lib/qpthreads
Chris Hall (GMCH)
2009-12-17
2
-0
/
+31
*
|
Add qpt_threads_equal() to lib/qpthreads
Chris Hall (GMCH)
2009-12-17
1
-1
/
+9
*
|
Use static mutexes
paulo
2009-12-17
6
-65
/
+58
*
|
Fix shutdown. Move cpu stats command to cli thread.
paulo
2009-12-17
9
-21
/
+96
*
|
Merge branch 'master' of /git/quagga.euro-ix into pthreads
Chris Hall (GMCH)
2009-12-17
5
-21
/
+4
|
\
\
|
*
|
Merge branch 'master' of git://code.quagga.net/quagga
Chris Hall (GMCH)
2009-12-17
5
-21
/
+4
|
|
\
|
|
|
*
bgpd: code cleanup
Stephen Hemminger
2009-12-17
5
-21
/
+4
*
|
|
Add timer interval handling to lib/qtimer
Chris Hall (GMCH)
2009-12-17
2
-4
/
+52
*
|
|
Add vector_trim() and vector_condense() to lib/vector.c
Chris Hall (GMCH)
2009-12-17
2
-7
/
+50
*
|
|
Fix to qps_selection_ream()
Chris Hall (GMCH)
2009-12-17
1
-1
/
+1
*
|
|
Fix race condition when threads start. Make memory stats thread safe
paulo
2009-12-16
6
-36
/
+97
*
|
|
Get CLI thread and UI working properly. Sex commands according to
paulo
2009-12-15
11
-189
/
+444
*
|
|
Using message queue to send commands from cli thread to bgp thread.
paulo
2009-12-14
13
-110
/
+285
*
|
|
Fix to mqueue_dequeue in lib/mqueue.c
Chris Hall (GMCH)
2009-12-14
1
-2
/
+2
*
|
|
vty running in main thread. bgp running in its own thread.
paulo
2009-12-11
9
-58
/
+196
*
|
|
Merge branch 'master' of /git/quagga.euro-ix into pthreads
Chris Hall (GMCH)
2009-12-10
18
-156
/
+68
|
\
|
|
|
*
|
Merge branch 'master' of /git/quagga.euro-ix
Chris Hall (GMCH)
2009-12-10
26
-2847
/
+7341
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
ripd: fix compiler warnings
Stephen Hemminger
2009-12-10
4
-8
/
+17
|
*
|
ospf6d: remove dead code
Stephen Hemminger
2009-12-10
2
-17
/
+2
|
*
|
ospf6d: fix warnings from recent prefix bit commit
Stephen Hemminger
2009-12-10
2
-2
/
+8
|
*
|
ripngd: compiler warnings cleanup
Stephen Hemminger
2009-12-10
2
-23
/
+13
|
*
|
zebra: deal with irdp compile warnings
Stephen Hemminger
2009-12-10
4
-31
/
+27
|
*
|
bgpd: compile warnings cleanup
Stephen Hemminger
2009-12-10
4
-75
/
+1
*
|
|
Merge branch 'pthreads' of /git/quagga.euro-ix into pthreads
Chris Hall (GMCH)
2009-12-10
3
-63
/
+80
|
\
\
\
|
*
|
|
Needed unprotected version of vty_reset for use in vty_terminate
paulo
2009-12-10
1
-4
/
+10
|
*
|
|
Merge branch 'master' of ssh://paulo@80.177.246.130/git/quagga.euro-ix into p...
paulo
2009-12-10
1
-2
/
+3
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'master' of ssh://paulo@80.177.246.130/git/quagga.euro-ix into p...
paulo
2009-12-10
1
-6
/
+9
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' of ssh://paulo@80.177.246.130/git/quagga.euro-ix into p...
paulo
2009-12-10
1
-2
/
+3
|
|
\
\
\
\
|
*
|
|
|
|
Stop recursive lock checking assert
paulo
2009-12-10
3
-59
/
+70
*
|
|
|
|
|
New access functions for mqueue_blocks & use qpthreads_enable.
Chris Hall (GMCH)
2009-12-10
2
-92
/
+273
*
|
|
|
|
|
Introduced qpthreads_enabled flag in lib/qpthreads
Chris Hall (GMCH)
2009-12-10
2
-99
/
+296
[prev]
[next]