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
...
*
|
Fixes to get 3 threads working. Fixes to get threaded command working.
paulo
2010-01-21
9
-32
/
+57
*
|
Tidy up handling of fd_last in qpselect.
Chris Hall
2010-01-21
2
-14
/
+28
*
|
Weed out last vestiges of FSM setting session->state.
Chris Hall
2010-01-21
2
-6
/
+1
*
|
close(fd) in bgp_connection_close()
Chris Hall
2010-01-21
1
-4
/
+0
*
|
Fix typo in bgp_connection_open.
Chris Hall
2010-01-21
1
-1
/
+1
*
|
Keep timer running past IO errors in Connect/Active states.
Chris Hall
2010-01-21
3
-68
/
+58
*
|
Fix sense of session->connect flag
Chris Hall
2010-01-20
2
-2624
/
+1
*
|
Fix debuggery in qtimers. Check NULL notify pointer in bgp_vty
paulo
2010-01-20
2
-2
/
+3
*
|
Fix sockunion_connect() error handling.
Chris Hall
2010-01-20
1
-1
/
+1
*
|
Fixing heap_push.
Chris Hall
2010-01-20
1
-3
/
+3
*
|
Fixed dangling uses of bgp_notify_free()
Chris Hall
2010-01-20
5
-9
/
+7
*
|
Adding verify debug code for qtimers and tidied up.
Chris Hall
2010-01-20
12
-59
/
+2830
*
|
Fix bug in bgp_connection not clearing pointers after free. Planted
paulo
2010-01-20
4
-7
/
+32
*
|
Small fix to bgp_network & add reset to peer index
Chris Hall
2010-01-19
4
-65
/
+97
*
|
Use sigprocmask when non-threaded. Fixed assert.
paulo
2010-01-19
2
-2
/
+9
*
|
Recast bgp_peer_index so that pointers to entries work !
Chris Hall
2010-01-19
1
-70
/
+73
*
|
Minor fixes to get a clean compile so can start debugging.
paulo
2010-01-19
11
-47
/
+55
*
|
Merge branch 'bgp_engine' of /git/quagga.euro-ix into bgp_engine
Chris Hall
2010-01-19
5
-29
/
+123
|
\
\
|
*
|
Merged with GMCH changes
paulo
2010-01-18
1
-16
/
+13
|
*
|
Merge branch 'bgp_engine' of ssh://paulo@80.177.246.130/git/quagga.euro-ix in...
paulo
2010-01-18
5
-84
/
+168
|
|
\
\
|
*
|
|
Nexus to handle old threads and process the bgp local events. Deals
paulo
2010-01-18
5
-29
/
+126
*
|
|
|
Disable zebra pro tem
Chris Hall
2010-01-19
2
-33
/
+44
|
|
/
/
|
/
|
|
*
|
|
Refining the session state handling.
Chris Hall
2010-01-18
5
-84
/
+168
|
/
/
*
|
Wired in nexus for bgp_ routing_ and cli_ such that if not using
paulo
2010-01-18
15
-225
/
+173
*
|
Further work-in-progress.
Chris Hall
2010-01-17
10
-113
/
+607
*
|
Wired up receiving updates, with update packet sent from BGP to Routing
paulo
2010-01-15
11
-207
/
+224
*
|
Make session state a Peering Engine item.
Chris Hall
2010-01-14
8
-84
/
+90
*
|
More knitting and clean up replacing old state machine with events with
paulo
2010-01-14
11
-255
/
+240
*
|
Knitting it all together. Still not got clean compile. Still lots of
paulo
2010-01-13
22
-351
/
+344
*
|
Progress on bgp_msg_read. Still on going.
paulo
2010-01-11
9
-229
/
+393
*
|
Further work-in-progress
Chris Hall
2010-01-10
24
-2572
/
+1422
*
|
Fixed type in bgp_open_state.c. New file bgp_msg_read.c for parsing
paulo
2010-01-08
2
-21
/
+940
*
|
Update peer from received open state. Threaded command. Peer index
paulo
2010-01-08
10
-410
/
+656
*
|
Further work-in-progress.
Chris Hall
2010-01-08
14
-279
/
+2944
*
|
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
[prev]
[next]