Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7784c43a
...
7784c43afbbe8d4de630043d29b4b7592c7fbb05
authored
2002-12-15 21:55:35 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
6af68bc0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
ChangeLog
TODO
ChangeLog
View file @
7784c43
2002
-
12
-
15
Sergey
Poznyakoff
*
configure
.
ac
:
Raised
version
number
to
0
.
2
*
doc
/
texinfo
/
libmuauth
.
texi
:
Spellcheck
.
*
doc
/
texinfo
/
libsieve
.
texi
:
Likewise
.
*
TODO
:
Updated
.
2002
-
12
-
14
Sergey
Poznyakoff
*
mail
/
previous
.
c
:
Skip
deleted
messages
...
...
TODO
View file @
7784c43
...
...
@@ -45,6 +45,11 @@ IMPORTANT:
[mailbox]
- iterator_t is very ineffective. Traversing the list from iterator_first()
till iterator_is_done() takes O(n*(n+1)/2), where n is number of elements
in the list. To reduce this to O(n), iterator_t must keep the address
of the last visited item in the list.
- locking:
- implement a read/write locker_lock() flag so that when MU_LOCKER_WRONLY
...
...
Please
register
or
sign in
to post a comment