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
...
|
*
|
lib: remove unused function: route_dump_node()
Denis Ovsienko
2009-12-07
1
-17
/
+0
|
*
|
lib: log source of vty connections (bug #566)
heasley
2009-12-07
1
-0
/
+6
|
*
|
ospf6d: review LSA sequence number comparison
Ondrej Zajicek
2009-12-07
1
-7
/
+4
|
*
|
bgpd: work around warning in assegments_parse()
Denis Ovsienko
2009-12-04
1
-2
/
+5
|
*
|
zebra: handle RTF_CLONING removal from FreeBSD 8.0
David Ward
2009-12-03
1
-0
/
+7
|
*
|
isisd: fix --enable-isis-topology for 64-bit Linux
David Ward
2009-12-03
1
-0
/
+3
|
*
|
zebra: fix argument reference in strncpy() call for BSD
heasley
2009-12-03
1
-1
/
+1
|
*
|
isisd: fix BPF ioctl() calls, treat "true" and "false" as reserved
David Ward
2009-12-03
1
-6
/
+7
|
*
|
configure: fix spelling
David Ward
2009-12-03
1
-1
/
+1
|
*
|
ospfd: VTY strings cleanup
Stephen Hemminger
2009-12-03
1
-15
/
+2
|
*
|
ospfd: comment out unused function
Stephen Hemminger
2009-12-03
1
-0
/
+2
|
*
|
ospfd: make local functions static
Stephen Hemminger
2009-12-03
2
-55
/
+8
|
*
|
zebra: fix RIB debug message for IPv6
David Ward
2009-12-03
1
-4
/
+4
|
*
|
zebra: make declaration const in rtm_flag_dump()
Tom Goff
2009-12-03
1
-1
/
+1
|
*
|
ospf6d: fix LSA locking in ospf6_new_ls_id()
Tom Goff
2009-12-01
1
-0
/
+3
*
|
|
Fix qps_pselect() so that zeroises results, not enabled.
Chris Hall (GMCH)
2009-12-09
1
-2
/
+2
*
|
|
Ensure all timeouts are timeout times in qtime_mono_t.
Chris Hall (GMCH)
2009-12-09
12
-209
/
+202
*
|
|
Fixed -ve return from qps_pselect. Fixed calls of qps_enable_mode - uses
paulo
2009-12-09
2
-10
/
+6
*
|
|
Changed timeout handling in qpn_start -- lib/qpnexus.c
Chris Hall (GMCH)
2009-12-09
1
-3
/
+2
*
|
|
Bug fix in qps_selection_validate(), lib/qpselect.c
Chris Hall (GMCH)
2009-12-09
1
-33
/
+132
*
|
|
Fix timeouts in nexus, fix LOCK in vty
paulo
2009-12-09
3
-9
/
+13
*
|
|
Fixes to get as far as creating the thread and calling qps_pselect
paulo
2009-12-09
6
-34
/
+28
*
|
|
Bug fix in qps_make_super_set_map(), lib/qpselect.c
Chris Hall (GMCH)
2009-12-09
1
-2
/
+2
*
|
|
Add qps_selection_ream() to lib/qpselect.c
Chris Hall (GMCH)
2009-12-08
2
-200
/
+449
*
|
|
Nexus handling.
paulo
2009-12-08
2
-0
/
+208
*
|
|
Wired up the CLI thread with new qpnexus type. Still work in progress.
paulo
2009-12-08
5
-86
/
+356
*
|
|
Fixes to lib/qtime.c and lib/qtimers.h
Chris Hall (GMCH)
2009-12-08
2
-5
/
+5
*
|
|
Merge branch 'pthreads' of /git/quagga.euro-ix into pthreads
Chris Hall (GMCH)
2009-12-08
6
-210
/
+515
|
\
\
\
|
*
|
|
Make vty and log thread safe under single mutex.
paulo
2009-12-07
6
-210
/
+515
*
|
|
|
Improved lib/qt_craft_monotonic() handling of overflow.
Chris Hall (GMCH)
2009-12-08
2
-40
/
+106
*
|
|
|
Added qtimer_pile_top_time() to lib/qtimers.c
Chris Hall (GMCH)
2009-12-08
4
-112
/
+177
|
/
/
/
*
|
|
Fixed qpt_mutex_unlock() (debug version).
Chris Hall (GMCH)
2009-12-07
1
-2
/
+2
*
|
|
Enabled qpt_mutex_recursive in lib/qpthreads.
Chris Hall (GMCH)
2009-12-07
2
-17
/
+66
*
|
|
Initial commit for lib/qpselect.c & .h and lib/qtimers.c & .h
Chris Hall (GMCH)
2009-12-06
6
-2
/
+1665
*
|
|
Updates to lib/qtime.c & .h
Chris Hall (GMCH)
2009-12-06
2
-12
/
+66
*
|
|
Updates to lib/qpthreads.c & .h
Chris Hall (GMCH)
2009-12-06
2
-3
/
+18
*
|
|
Updates after code review: lib/heap.c & .h lib/vector.c & .h
Chris Hall (GMCH)
2009-12-06
4
-127
/
+180
*
|
|
Initial commit of lib/mqueue.c & .h
Chris Hall (GMCH)
2009-12-03
5
-4
/
+716
*
|
|
Add signal functions to lib/qpthreads.c
Chris Hall (GMCH)
2009-12-03
2
-0
/
+60
*
|
|
Allow floating argument for QTIME(s) in lib/qtime.h
Chris Hall (GMCH)
2009-12-03
1
-1
/
+2
*
|
|
Added zlog_abort functions. Changed pthread mutes to qpthread mutexes
paulo
2009-12-03
5
-115
/
+183
*
|
|
Merge branch 'pthreads' of /git/quagga.euro-ix into pthreads
Chris Hall (GMCH)
2009-12-02
10
-240
/
+710
|
\
\
\
|
*
|
|
Fix nested LOCK bug
paulo
2009-12-01
2
-9
/
+35
|
*
|
|
Fix raise_count in zprivs_change_caps HAVE_LCAPS case
paulo
2009-12-01
1
-9
/
+18
|
*
|
|
log_r.h no longer needed. It was invented incase we needed a separate
paulo
2009-11-30
1
-32
/
+0
|
*
|
|
Make logging (lib.c) and privileges (privs.c) pthread safe
paulo
2009-11-30
9
-205
/
+672
*
|
|
|
Pthreads infrastructure -- initial commit
Chris Hall (GMCH)
2009-12-02
9
-5
/
+1818
*
|
|
|
Merge branch 'master' of /git/quagga.euro-ix into pthreads
Chris Hall (GMCH)
2009-12-02
1
-50
/
+37
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Avoid deleting symbol reference twice in prefix_list_delete().
Chris Hall (GMCH)
2009-12-02
1
-50
/
+37
*
|
|
Start populating pthreads branch
paulo
2009-11-27
1
-0
/
+32
|
/
/
[prev]
[next]