Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lyskom-server-ceder-1616-generations-topgit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
56f75bb3
Commit
56f75bb3
authored
Jul 05, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a few performance problems and some dead code.
parent
e208f3a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
ChangeLog
ChangeLog
+23
-0
No files found.
ChangeLog
View file @
56f75bb3
1999-07-06 Per Cederqvist <ceder@gratia>
Remove a few performance problems.
* src/server/membership.c (access_perm_helper): New argument:
wanted_access. All callers updated. Avoid calling is_supervisor
or is_member if not needed.
(get_unread_confs): Minor performance improvement: there is no
need to call access_perm if pers_no is the logged-in person.
* src/server/simple-cache.c (copy_file): Use a static buffer
instead of allocating and releasing a buffer each time this
function is called.
Remove dead code.
* src/server/manipulate.h (IMPL): Unused macro removed.
* src/server/dbck-cache.c (IMPL): Unused macro removed.
* src/server/ram-parse.c (fparse_conference_2): Remove dead code
that depends on the long-obsolete DISKERR symbol.
(fparse_conference_0): Likewise.
(fparse_person_0): Likewise.
(fparse_person_2): Likewise.
(fparse_text_stat_2): Likewise.
(fparse_text_stat_0): Likewise.
1999-07-05 Per Cederqvist <ceder@gratia>
Speed up access_perm, is_supervisor and is_strictly_supervisor by
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment